Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support MixHa

    (@mixha)

    Hello @gltaccone ,

    The issue is caused by RAM memory limit configuration.

    Because your WP_MAX_MEMORY_LIMIT is set to 512 MB (which is default value and you need to override it in wp-config.php) our plugin think that there is 512 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”.

    Besides that, please also:

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

    After all of the above is arranged, please run the backup again.

    Thank you!

    Thread Starter gltaccone

    (@gltaccone)

    The problem continues.

    It is imposible to do backup manually and automatically

    BMI-Bqfk8I0y-39255

    please could you review

    Thread Starter gltaccone

    (@gltaccone)

    please, do you have some new in order to resolve the problem?

    Plugin Author iClyde

    (@iclyde)

    Hi @gltaccone

    Please go to first section of our plugin and find setting named “Exclude by directory path”.

    Here in that text area add new path:
    /home/c2301234/public_html/wp-content/wflogs

    Once you do that, save that section and try to run your backup process once again.

    Let me know if that resolves the issue ??
    Thank you!

    Thread Starter gltaccone

    (@gltaccone)

    hello, now it is working

    thanks

    best regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘migration back up failed’ is closed to new replies.