Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author iClyde

    (@iclyde)

    Hi @mikkelzyber

    Your postmeta table is quite large, it may take time to process it.
    Increasing query output may help you to speed up the process before your web server cancel it.

    Please try out these solution:
    1. Go to “Other options” section
    2. Change backup method: https://prnt.sc/1s1ofpa
    3. Disable PHP CLI checking: https://prnt.sc/1sljr31
    4. Modify query output: https://prnt.sc/1trxucl (set this value to 3000)
    5. Save “Other options” section
    6. Force stop both processes: https://prnt.sc/1trv1tm

    When you do that, try to run your backup once again.

    Let me know if that worked for you 🙂
    Thank you!

    Thread Starter mikkelzyber

    (@mikkelzyber)

    Hi,
    I followed your steps, and the backup was still a problem.

    New debug code is: BMI-3kw6gDRX-35337

    Plugin Author iClyde

    (@iclyde)

    Hi @mikkelzyber

    Sorry to hear that, for now there are only two things that you can try.

    1. Do full Cleanup and optimize all tables using Advanced DB Cleanup plugin
    https://ww.wp.xz.cn/plugins/advanced-database-cleaner/
    2. Once done, try to run your backup again

    Clean-up should make the tables smaller in size, which may will help to dump them in limited time.

    The second solution would be to wait for new version of the plugin, we’re working on batching method that would bypass time limitations for database export. Estimation for usable beta with this feature would be for next week. It will contain dedicated solution for this kind of issue.

    In the meanwhile you can also analyze your database overall, I can see your database takes almost 2 GB and contain 193 tables, it’s quite large amount for a WordPress website, check if there are tables that are not related to your website and make sure you have only tables with your prefix declared in wp-config.php.

    I’ll give your URL of mentioned beta in this topic once it will be ready.

    Plugin Author iClyde

    (@iclyde)

    Hi @mikkelzyber

    The beta is here, please allow me to paste here template with the solution.
    – Soon it will be official v1.2.3.

    Your backup failed during database export, mostly due to its huge size.

    In first place I’d recommend you to perform full cleanup and optimize all your tables.
    You can do that easily with help of free and simple plugin.
    Check it out: https://ww.wp.xz.cn/plugins/advanced-database-cleaner

    Once you install this plugin, update our plugin to latest beta, which includes new method of database export specifically for your kind of issue.
    Download: https://backupbliss.com/downloads/plugins/bmi-betas/backup-backup-1.2.2.9.zip

    When all done, follow these steps carefully:
    1. Update our plugin to v1.2.2.9
    2. Download and install “Advanced DB Cleanup” plugin
    3. Do full Cleanup and optimize all tables using Advanced DB Cleanup plugin
    4. After that you can already remove mentioned cleanup plugin if you wish
    5. Go to Backup & Migration plugin settings
    6. Open “Other options” section
    7. Disable PHP CLI checking: https://prnt.sc/1sljr31
    8. Change backup method: https://prnt.sc/1s1ofpa
    9. Modify query output (set to 3000): https://prnt.sc/B00M_inUs4WQ
    10. Change backup method: https://prnt.sc/1s1ofpa
    11. Enable database batch export: https://prnt.sc/bn7MjTUxHuEe
    12. Save “Other options” section
    13. Force to end both processes (troubleshooting): https://prnt.sc/1trv1tm

    Right after the last step, you can run the backup process once again.

    Let me know if that resolves your issue 🙂
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Backup failed’ is closed to new replies.