• Resolved keithbiomed

    (@keithbiomed)


    I have been trying to backup my site but it keeps stalling. I have tried the suggestions from your how to fix page like increasing the time and memeory in the wp-config.php file but it still stops, see screenshot: https://www.screencast.com/t/VKnNT0rBUau

    and this one that shows the last line where it gets stuck

    2023-01-06_08-12-35

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author David Anderson

    (@davidanderson)

    The screenshot strongly suggests that your web hosting company kills PHP processes after 60 seconds. That’s not a real problem, as UpdraftPlus will detect that the process was killed and start a new one. Wait 45 minutes in total and see what your log has in it then.

    I also have what appears to be a similar issue, with the backup stalling…

    It started after I updated to 1.22.24. I use a google drive. Just before it stalls, it indicates resumption in 4xx seconds. It goes to 0, nothing happens and then it goes negative .. forever… I wiped out updraft several times but no solution.

    I then changed my destination to a drop box account. It worked perfectly. I went back to the Google drive and it fails still. Back to Dropbox for success.

    Here is my log.. using my google drive as the destination… sorry cannot figure out how to attach my log file….

    Plugin Support vupdraft

    (@vupdraft)

    Can you try adding the following to your wp-config.php: define(‘UPDRAFTPLUS_IPV4_ONLY’, true);

    Please see here for a guide on why I have asked you to do this: https://updraftplus.com/faqs/what-does-the-error-operation-timed-out-after-number-milliseconds-with-0-bytes-received-mean/

    I added IPV4 Only to my wp-config.php file. No change. Mine fails on upload 7 or later usually.. so it does Uploads 1-6 ok, and themes and plugins..

    /** Absolute path to the WordPress directory. */

    if ( !defined(‘ABSPATH’) )

     define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */

    require_once(ABSPATH . ‘wp-settings.php’);//Disable File Edits

    define(‘DISALLOW_FILE_EDIT’, true);

    define(‘UPDRAFTPLUS_IPV4_ONLY’, true);

    Here is a link to my log report…

    https://drive.google.com/file/d/1ESD36ZTmX7GnkL8-YC_IJTguulzmmRfC/view?usp=share_link

    Plugin Support vupdraft

    (@vupdraft)

    Can you install the free plugin WPCrontrol and take a screenshot of your Cron Events?

    Thread Starter keithbiomed

    (@keithbiomed)

    Thanks but I’ve chosen a different method of backing up my wordpress site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Backup keeps stalling’ is closed to new replies.