• Resolved fredovatne

    (@fredovatne)


    I recently changed the contents of my website and replaced it with a new WP installation. I try to restore the backup of the old site locally on a Local by Flywheel WordPress installation. It fails repeatedly at 48%. Here’s the debug code: BMI-3uGWPRZ3-92981

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fredovatne

    (@fredovatne)

    I have tried increasing the memory limit in my wp-config.php file. It got me a little further, but the restore still fails. New debug code: BMI-nynm1gL5-82956

    Plugin Support MixHa

    (@mixha)

    Hello @fredovatne ,

    The issue is caused by RAM memory limit configuration.

    Because your WP_MAX_MEMORY_LIMIT is set to 256 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 256 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 “256M”.

    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 @fredovatne ,

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My restore fails at 48%’ is closed to new replies.