UpdraftPlus Home › Forums › Paid support forum – UpdraftPlus backup plugin › Backup never finish…
Tagged: backup, UpdraftPlus
- This topic has 8 replies, 3 voices, and was last updated 6 years, 1 month ago by Dee Nutbourne.
-
AuthorPosts
-
September 25, 2018 at 10:50 am #307689JaneParticipant
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.
ThanksSeptember 25, 2018 at 5:53 pm #307774Dee NutbourneModeratorHi,
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 NSeptember 25, 2018 at 6:05 pm #307781JaneParticipantthank you for coming back
here is the last log file: https://pastebin.com/uG08NTbUSeptember 26, 2018 at 10:15 am #307892Bryle CroduaModeratorHi 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,
BryleSeptember 26, 2018 at 11:09 am #307903JaneParticipantHello
I have done all this before and it didn’t work. that’s why i decided to contact you guys.September 26, 2018 at 4:47 pm #307971Dee NutbourneModeratorHi,
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 NSeptember 26, 2018 at 7:59 pm #308008JaneParticipantHi again
i can’t see any error message in this page
Here a screenshot: https://snag.gy/V9Gonc.jpgSeptember 27, 2018 at 4:17 pm #308182Bryle CroduaModeratorHi,
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,
BryleSeptember 27, 2018 at 4:29 pm #308187Dee NutbourneModeratorHi 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 -
AuthorPosts
- The topic ‘Backup never finish…’ is closed to new replies.