Backup never finish…

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #307689
    Jane
    Participant

    Hello
    I’m trying to backup my site https://birthinternational.com/ but it never finish backing up..
    I can’t figure out what the problem is. Last log messages is:
    0358.449 (0) The time we have been running (358.4) is approaching the resumption interval (386) – increasing resumption interval to 389
    0358.451 (0) Updraftvault chunked upload: 30 % uploaded (15, “7119b7865b39c1846372954666cfa744”).
    Hope you guys can help me solve this.
    Thanks

    #307774
    Dee Nutbourne
    Moderator

    Hi,

    Please could you send us a copy of the full backup log?

    The contents will be too long to post here directly, but you can use an online service such as Dropbox or Pastebin, and post the link here.

    Best Wishes,
    David N

    #307781
    Jane
    Participant

    thank you for coming back
    here is the last log file: https://pastebin.com/uG08NTbU

    #307892
    Bryle Crodua
    Moderator

    Hi Jane,

    The log shows that the backup process is timed out or killed off.

    Could you try to reduce the backup archive split size. This will split the backup into smaller, more manageable files.

    To do this, open the ‘expert settings’ section of the UpdraftPlus Settings tab, and find the ‘split backups every’ option. Set this to 50Mb or 25Mb, save your settings and run a new backup.

    Does the backup completes now?

    If the backup still could not complete, could you try to upgrade your PHP to latest version?

    This FAQ shows ways on how to limit and improve the resource usage: https://updraftplus.com/faqs/how-much-resources-does-updraftplus-need/

    Kind Regards,
    Bryle

    #307903
    Jane
    Participant

    Hello
    I have done all this before and it didn’t work. that’s why i decided to contact you guys.

    #307971
    Dee Nutbourne
    Moderator

    Hi,

    Apologies, I believe my colleague may have misinterpreted the log.

    The backup appears to be running well until it is timed out. This would normally not be an issue, as the backup would then resume ~5 minutes later.

    However, this does not appear to be the case here. This suggests that the scheduler for the site is not triggering tasks correctly.

    Please could you try installing the free WP Crontrol plugin, and then check WP Admin->Tools->Cron Events? Do you see any error or warning messages on that page?

    Best Wishes,
    David N

    #308008
    Jane
    Participant

    Hi again
    i can’t see any error message in this page
    Here a screenshot: https://snag.gy/V9Gonc.jpg

    #308182
    Bryle Crodua
    Moderator

    Hi,

    It appears that the WordPress scheduler has been explicitly disabled. This is usually done through the wp-config.php file. Please could you check this file for the following line:
    define(‘DISABLE_WP_CRON’, true);
    If this line is present delete it or comment it out (add // to the beginning of that line).

    Regards,
    Bryle

    #308187
    Dee Nutbourne
    Moderator

    Hi Jane,

    The screenshot shows that the scheduler has been disabled using the ‘DISABLE_WP_CRON’ constant.
    This is stopping the backup resumption from triggering.

    Please could you check for the following line in your wp-config.php file, and remove it:
    define('DISABLE_WP_CRON', true);

    If you cannot find that line, then the cron may have been disabled by another plugin on the site.

    Best Wishes,
    David N

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Backup never finish…’ is closed to new replies.