BoldGrid / boldgrid-backup

The Total Upkeep plugin.
GNU General Public License v2.0
11 stars 9 forks source link

Encrypted database not restored when going from Site A > Site B #516

Open bwmarkle opened 2 years ago

bwmarkle commented 2 years ago

Replication Steps

SITE A:

  1. Enable db encryption
  2. Create a page, "Page A"
  3. Create a backup

SITE B:

  1. Restore backup
  2. Go to Dashboard > Pages, you will notice that "Page A" did not get restored.

Additional data

The logs show success:

[2022-04-01 15:36:12 UTC] PHP Version: 7.4.28
[2022-04-01 15:36:12 UTC] WordPress Version: 5.9.2
[2022-04-01 15:36:12 UTC] Total Upkeep version: 1.14.14
[2022-04-01 15:36:12 UTC] getpgid support: Available
[2022-04-01 15:36:12 UTC] Restoration process initialized.
[2022-04-01 15:36:12 UTC] Memory usage - limit / current / peak memory usage: 512M / 16056792 (15.31 MB) / 16483504 (16 MB)
[2022-04-01 15:36:12 UTC] Restore info: Array
(
    [mode] => restore
    [dryrun] => 
    [filename] => boldgrid-backup-794ba2dd-uploaded-1648827366.zip
    [filepath] => /home/tria3xyv9u58/boldgrid_backup/boldgrid-backup-794ba2dd-uploaded-1648827366.zip
    [filesize] => 46221673
    [archive_key] => 0
    [restore_ok] => 1
)

[2022-04-01 15:36:14 UTC] Unzipping archive... filepath / ABSPATH: /home/tria3xyv9u58/boldgrid_backup/boldgrid-backup-794ba2dd-uploaded-1648827366.zip / /home/tria3xyv9u58/public_html/
[2022-04-01 15:36:14 UTC] Memory usage - limit / current / peak memory usage: 1073741824 / 16061288 (15.32 MB) / 16483504 (16 MB)
[2022-04-01 15:36:16 UTC] Last error: Array
(
    [type] => 2
    [message] => mkdir(): File exists
    [file] => /home/tria3xyv9u58/public_html/wp-admin/includes/class-wp-filesystem-direct.php
    [line] => 545
)

[2022-04-01 15:36:16 UTC] Unzip complete! Status: 1
[2022-04-01 15:36:16 UTC] Memory usage - limit / current / peak memory usage: 1073741824 / 16062704 (15.32 MB) / 25279408 (24 MB)
[2022-04-01 15:36:16 UTC] Attempting database restoration... $db_dump_filepath = /home/tria3xyv9u58/public_html/tria3xwx621y_wp1.20220401-153510.sql
[2022-04-01 15:36:16 UTC] Memory usage - limit / current / peak memory usage: 1073741824 / 16445000 (15.68 MB) / 25279408 (24 MB)
[2022-04-01 15:36:16 UTC] Database restoration complete.
[2022-04-01 15:36:16 UTC] Memory usage - limit / current / peak memory usage: 1073741824 / 17202320 (16.41 MB) / 25279408 (24 MB)
[2022-04-01 15:36:20 UTC] Sending "restoration complete" email notification...
[2022-04-01 15:36:20 UTC] Email sent. Status: Success
[2022-04-01 15:36:20 UTC] Restoration complete!

[test-np-2022.03.21]