SugarSync error – too many steps
-
My client uses SugarSync for remote storage, and BackWPUp to store daily backups.
The job in question backs up the db (all tables, gzipped), files (themes only), plugin list (text), and runs a db table check.
When the process is run manually, it says Starting upload to SugarSync, finishes, says backup transferred, and immediately shows the ERROR: Step aborted: too many attempts error message.
The backup is transferred successfully to SugarSync, but because of the error, the only way to complete the sequence is to click ‘Abort’. I haven’t run this as a scheduled process yet. I’d like to resolve this first.
I have max script execution time at 20s. Here’s the log:
[29-Jan-2018 17:39:24] 1. Try to backup database … [29-Jan-2018 17:39:24] Connected to database [my_database] on localhost [29-Jan-2018 17:39:25] Added database dump "[my_database].sql.gz" with 3.53 MB to backup file list [29-Jan-2018 17:39:25] Database backup done! [29-Jan-2018 17:39:25] 1. Trying to make a list of folders to back up … [29-Jan-2018 17:39:25] 33 folders to backup. [29-Jan-2018 17:39:25] 1. Trying to generate a file with installed plugin names … [29-Jan-2018 17:39:25] Added plugin list file "[my-plugin-list].2018-01-29.txt" with 3.04 KB to backup file list. [29-Jan-2018 17:39:25] 1. Trying to generate a manifest file … [29-Jan-2018 17:39:25] Added manifest.json file with 6.33 KB to backup file list. [29-Jan-2018 17:39:25] 1. Trying to create backup archive … [29-Jan-2018 17:39:25] Compressing files as TarGz. Please be patient, this may take a moment. [29-Jan-2018 17:39:25] Backup archive created. [29-Jan-2018 17:39:25] Archive size is 4.79 MB. [29-Jan-2018 17:39:25] 194 Files with 7.18 MB in Archive. [29-Jan-2018 17:39:25] 1. Try to send backup to SugarSync … [29-Jan-2018 17:39:26] Authenticated to SugarSync with nickname [my-username] [29-Jan-2018 17:39:26] 250.0 GB available at SugarSync [29-Jan-2018 17:39:26] Starting upload to SugarSync … [29-Jan-2018 17:39:41] Backup transferred to https://[my-sugarsync-url]/[filename].tar.gz [29-Jan-2018 17:39:43] 1. Trying to check database … [29-Jan-2018 17:39:43] Database check done! [29-Jan-2018 17:39:43] ERROR: Step aborted: too many attempts!
- The topic ‘SugarSync error – too many steps’ is closed to new replies.