Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    The most likely cause is that the database server drops the connection to WordPress after a set amount of time, and as a result UpdraftPlus isn’t able to update the database’s record of backup progress. You could avoid that by adding this to your wp-config.php, which causes UpdraftPlus to kill itself after 90 seconds (which appears to be the time after which the errors start) – when it resumes, it then will get another 90 seconds (and will continue until it completes):

    define(‘UPDRAFTPLUS_SET_TIME_LIMIT’, 90);

    Best wishes,
    Bryle

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    I think the best thing to do is just attempt re-saving of the settings. If the problem persists, use the free plugin “WP Crontrol” to look at your list of scheduled tasks.

    Thread Starter culiang

    (@culiang)

    Thanks for Bcrodua and David Anderson’s suggestion.
    I deactivated UpdraftPlus for 2 weeks and activated it.
    Now the problem no longer exist.
    Thank you so much for your help

    Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    Great! Glad it is resolved now.

    Regards,
    Bryle

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

The topic ‘backup schedule failed’ is closed to new replies.