• Resolved superxerox

    (@superxerox)


    Make a backup of a page and when you want to restore it marks an error

    BMI-dTBcMjTZ-40610

    I did these steps but still getting the error.

    1. Go to “Other options” section on the site where you experienced that error
    2. Find “Modify Search & Replace Page Size”: https://prnt.sc/m-YdmBT88HI0
      – Set the value there to 100, if that won’t work, try 50.
    3. Disable PHP CLI checking: https://prnt.sc/1sljr31
    4. Save “Other options” section
    5. Force stop both processes: https://prnt.sc/1trv1tm
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support MixHa

    (@mixha)

    Hello @superxerox ,

    The solution that you applied didn’t work because there is an issue with the backup file, it is invalid.

    Please create a new backup on the source site, using the settings I described below, and once the backup is finished, please download it check if it is valid zip file and if manifest json file is within it.

    If it is – then it is a valid backup file, and you can upload it to the destination site and run the Restore.

    If it is not, please send us a debug log from the source site.

    Create backup using this configuration:

    1. Go to “Other options” section
    2. Change backup method: https://prnt.sc/1s1ofpa
    3. Disable PHP CLI checking: https://prnt.sc/1sljr31
    4. Save “Other options” section
    5. Force stop both processes: https://prnt.sc/1trv1tm

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

    Thread Starter superxerox

    (@superxerox)

    Following the steps to make the backup gives me an error.

    BMI-qJnrTj7k-03485

    Plugin Support MixHa

    (@mixha)

    Hey @superxerox ,

    The issue is caused by RAM memory limit configuration.

    Because your WP_MAX_MEMORY_LIMIT is set to 5112 MB (which is default value and you need to override it in wp-config.php) our plugin think that there is 256 MBs of free RAM memory, but in reality there is hard limit of 40 MBs, best solution for you would be to increase memory limit to 512 MBs in your php.ini configuration, that would resolve all issues or set correct value for WP_MAX_MEMORY_LIMIT in wp-config.php to “40M”.

    After all running WordPress with only 40 MBs of RAM is quite challenging and may make the website unstable.

    You need to increase the memory_limit variable in your php.ini configuration, most recommended value for you is “512M”.

    Let me know if you can do that or you need more details of how to do it 🙂
    Thank you!

    Plugin Support MixHa

    (@mixha)

    Hey @superxerox ,

    We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.

    Kind regards

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

The topic ‘Failed to restore backup’ is closed to new replies.