• Resolved pierino84

    (@pierino84)


    Hello, I have this weird problem: the backup starts only if I press the button “Debug Backup”. Then the backup starts, and Google Drive and FTP show the new zips being written.
    If I try with the scheduled backups or the “backup now” button and triggering them, nothing happens. Let me know if you need any more info about the configuration.
    Thanks!

    http://wordpress.org/extend/plugins/updraftplus/

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

    (@davidanderson)

    Sounds like a problem with the scheduler. Can you install WP Crontrol (plugin), and schedule a backup, and then see if it is listed there?

    If it is not, try disabling all your other plugins and then try changing the schedule after each and see if a scheduling item appears after that.

    Thread Starter pierino84

    (@pierino84)

    Nothing. I have disabled all the plugins and scheduled backups with different time intervals, but WP Crontrol does not show any scheduled task.
    The next scheduled backup time resets to the local time whenever I change the backup interval, but nothing happens.
    My WP version is 3.4.1, my theme is Unite.

    Thread Starter pierino84

    (@pierino84)

    Wait, wait! They are showing now in the Crontrol list. Sorry!
    I’ve set the 8 hours interval, and it is present in the list, but if I press Backup now, Crontrol does not show any new task. Anyway, the scheduled task was not executed during the past hours.

    wp_version_check [] 2012/06/30 09:07:11 (now) 43200 (12 hours) Edit Run Now Delete
    wp_update_plugins [] 2012/06/30 09:07:11 (now) 43200 (12 hours) Edit Run Now Delete
    wp_update_themes [] 2012/06/30 09:07:11 (now) 43200 (12 hours) Edit Run Now Delete
    wp_scheduled_delete [] 2012/09/20 20:37:39 (now) 86400 (1 day) Edit Run Now Delete
    wp_scheduled_auto_draft_delete [] 2012/09/20 20:55:27 (now) 86400 (1 day) Edit Run Now Delete
    do_pings [] 2012/09/20 20:55:40 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [194] 2012/09/21 15:51:43 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [235] 2012/09/24 10:06:48 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [264] 2012/09/24 10:33:51 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [269] 2012/09/24 10:48:50 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [271] 2012/09/24 10:54:43 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [286] 2012/09/24 12:04:25 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [404] 2012/09/28 16:22:54 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [405] 2012/09/28 16:27:47 (now) Non-repeating Edit Run Now Delete
    akismet_scheduled_delete [] 2012/10/09 22:36:15 (now) 86400 (1 day) Edit Run Now Delete
    upgrader_scheduled_cleanup [476] 2012/10/15 22:44:04 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [478] 2012/10/17 09:57:29 (now) Non-repeating Edit Run Now Delete
    upgrader_scheduled_cleanup [606] 2012/12/10 16:19:25 (now) Non-repeating Edit Run Now Delete
    updraft_backup_all [] 2013/01/11 02:04:59 (now) Non-repeating Edit Run Now Delete
    sm_build_cron [] 2013/01/11 14:37:31 (now) Non-repeating Edit Run Now Delete
    updraft_backup [] 2013/01/11 15:15:20 (now) 28800 (8 hours) Edit Run Now Delete
    updraft_backup_database [] 2013/01/11 15:15:20 (now) 28800 (8 hours) Edit Run Now Delete

    Plugin Author David Anderson

    (@davidanderson)

    OK – if they show in that list then *something* should be logged when they run. So keep an eye out. Look in the wp-content/updraft directory for logs if they don’t show in the control panel.

    You can also use WP-Crontrol to edit + bring forward the scheduled time, instead of waiting 8 hours.

    Thread Starter pierino84

    (@pierino84)

    There are no recent logs, but in the Crontrol task list there is this one, which appeared right after I pressed the backup now:

    updraft_backup_all [] 2013/01/11 15:45:51 (now) Non-repeating

    I triggered it by surfing the site, but no backup is created. I have to manually press the run now button in the Crontrol plugin, for it to start the backup process.

    Plugin Author David Anderson

    (@davidanderson)

    I meant, look for logs *after* the scheduled task runs – or were you saying it has now run?

    Plugin Author David Anderson

    (@davidanderson)

    Also…

    You can upload this file to your server, in your WordPress root directory (call it anything you like, as long as it can then be run as a PHP file, e.g. test.php)

    <?php
    require(‘wp-load.php’);
    do_action(‘updraft_backup_all’);
    ?>

    Then run that. The best is if you can run it from the shell, if your provider has shell access. If not, run it through a web browser.

    That activates the same action that WordPress’s schedulers should be invoking automatically. You can use it to see what happens.

    Thread Starter pierino84

    (@pierino84)

    This is the log after I push the run now button in the Crontol plugin, next to the updraft_backup_all task that is created when I press the “Backup Now” button in UpDraft.
    All the logs I have in the FTP are created in this way, the scheduled tasks do not work.
    I’ll let you know what happens with the code you just sent me.

    Fri, 11 Jan 2013 16:02:50 +0000 PHP version: 5.2.17 (Linux webxc19s02.ad.aruba.it 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 23:43:09 UTC 2012 x86_64) WordPress version: 3.4.1 Updraft version: 1.2.16 PHP Max Execution Time: 900 Backup files: 1 (schedule: every8hours) Backup DB: 1 (schedule: every8hours)
    Fri, 11 Jan 2013 16:02:50 +0000 Processed schedules. Tasks now: Backup files: 1 Backup DB: 1
    Fri, 11 Jan 2013 16:02:50 +0000 In case we run out of time, scheduled a resumption at: 300 seconds from now
    Fri, 11 Jan 2013 16:02:50 +0000 Beginning backup of directories
    Fri, 11 Jan 2013 16:02:50 +0000 Beginning backup of plugins
    Fri, 11 Jan 2013 16:02:53 +0000 Created plugins zip – file size is 5627678 bytes
    Fri, 11 Jan 2013 16:02:53 +0000 Beginning backup of themes
    Fri, 11 Jan 2013 16:02:54 +0000 Created themes zip – file size is 3232598 bytes
    Fri, 11 Jan 2013 16:02:54 +0000 Beginning backup of uploads
    Fri, 11 Jan 2013 16:02:54 +0000 Created uploads zip – file size is 2438223 bytes
    Fri, 11 Jan 2013 16:02:54 +0000 Beginning backup of other directories found in the content directory
    Fri, 11 Jan 2013 16:02:54 +0000 Looking for candidates to back up in: /web/htdocs/www.gaussteam.com/home/wordpress/wp-content
    Fri, 11 Jan 2013 16:02:54 +0000 index.php: skipping: excluded by options
    Fri, 11 Jan 2013 16:02:54 +0000 languages: adding to list
    Fri, 11 Jan 2013 16:02:54 +0000 plugins: skipping: this is the plugins directory
    Fri, 11 Jan 2013 16:02:54 +0000 themes: skipping: this is the themes directory
    Fri, 11 Jan 2013 16:02:54 +0000 uploads: skipping: this is the uploads directory
    Fri, 11 Jan 2013 16:02:54 +0000 upgrade: skipping: excluded by options
    Fri, 11 Jan 2013 16:02:54 +0000 gallery: adding to list
    Fri, 11 Jan 2013 16:02:54 +0000 oqey_gallery: adding to list
    Fri, 11 Jan 2013 16:02:54 +0000 updraft: skipping: this is the updraft directory
    Fri, 11 Jan 2013 16:02:55 +0000 Created other directories zip – file size is 1291104 bytes
    Fri, 11 Jan 2013 16:02:55 +0000 Saving backup history
    Fri, 11 Jan 2013 16:02:55 +0000 Beginning backup of database
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_commentmeta: Total rows added: 8 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_commentmeta: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_commentmeta.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_comments: Total rows added: 2 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_comments: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_comments.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_links: Total rows added: 7 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_links: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_links.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_ngg_album: Total rows added: 0 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_ngg_album: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_ngg_album.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_ngg_gallery: Total rows added: 3 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_ngg_gallery: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_ngg_gallery.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_ngg_pictures: Total rows added: 10 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_ngg_pictures: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_ngg_pictures.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_options: Total rows added: 482 in 0.07 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_options: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_options.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_gallery: Total rows added: 1 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_gallery: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_gallery.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_images: Total rows added: 3 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_images: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_images.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_music: Total rows added: 0 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_music: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_music.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_music_rel: Total rows added: 0 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_music_rel: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_music_rel.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_skins: Total rows added: 1 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_skins: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_skins.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_video: Total rows added: 0 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_oqey_video: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_video.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_postmeta: Total rows added: 482 in 0.02 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_postmeta: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_postmeta.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_posts: Total rows added: 583 in 0.16 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_posts: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_posts.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_term_relationships: Total rows added: 51 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_term_relationships: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_term_relationships.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_term_taxonomy: Total rows added: 13 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_term_taxonomy: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_term_taxonomy.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_terms: Total rows added: 13 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_terms: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_terms.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_usermeta: Total rows added: 44 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_usermeta: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_usermeta.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_users: Total rows added: 2 in 0.00 seconds
    Fri, 11 Jan 2013 16:02:55 +0000 Table wp_users: finishing file (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_users.table.gz)
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_commentmeta.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_comments.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_links.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_ngg_album.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_ngg_gallery.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_ngg_pictures.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_options.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_gallery.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_images.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_music.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_music_rel.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_skins.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_oqey_video.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_postmeta.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_posts.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_term_relationships.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_term_taxonomy.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_terms.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_usermeta.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db-table-wp_users.table.gz: adding to final database dump
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz: finished writing out complete database file
    Fri, 11 Jan 2013 16:02:55 +0000 Total database tables backed up: 20
    Fri, 11 Jan 2013 16:02:55 +0000 Saving backup history
    Fri, 11 Jan 2013 16:02:55 +0000 Beginning dispatch of backup to remote
    Fri, 11 Jan 2013 16:02:55 +0000 Cloud backup selection: googledrive
    Fri, 11 Jan 2013 16:02:55 +0000 Google Drive: requesting access token: client_id=904342083687.apps.googleusercontent.com
    Fri, 11 Jan 2013 16:02:55 +0000 Google Drive: successfully obtained access token
    Fri, 11 Jan 2013 16:02:55 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-plugins.zip: Attempting to upload to Google Drive
    Fri, 11 Jan 2013 16:02:55 +0000 /web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-plugins.zip: Attempting to upload file to Google Drive.
    Fri, 11 Jan 2013 16:02:56 +0000 Uploading file with title backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-plugins.zip
    Fri, 11 Jan 2013 16:02:56 +0000 Upload %: 0, URL: https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0Bzuuyv-****0xFOWEyQlE/contents?convert=false&upload_id=AEnB2UqwKWO_ldqwJklAtr1slkr*****dBzqlnlKCQv6ufb4DBsHKkITTouJToYBinXeEBfhh5U7-2Xi****pE-P9gpeJDg
    Fri, 11 Jan 2013 16:02:57 +0000 Upload %: 9
    Fri, 11 Jan 2013 16:03:00 +0000 Upload %: 18
    Fri, 11 Jan 2013 16:03:02 +0000 Upload %: 27
    Fri, 11 Jan 2013 16:03:03 +0000 Upload %: 37
    Fri, 11 Jan 2013 16:03:04 +0000 Upload %: 46
    Fri, 11 Jan 2013 16:03:06 +0000 Upload %: 55
    Fri, 11 Jan 2013 16:03:07 +0000 Upload %: 65
    Fri, 11 Jan 2013 16:03:09 +0000 Upload %: 74
    Fri, 11 Jan 2013 16:03:11 +0000 Upload %: 83
    Fri, 11 Jan 2013 16:03:13 +0000 Upload %: 93
    Fri, 11 Jan 2013 16:03:16 +0000 The file was successfully uploaded to Google Drive in 19,881 seconds at an upload speed of 206 kB/s.
    Fri, 11 Jan 2013 16:03:16 +0000 OK: Archive backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-plugins.zip uploaded to Google Drive in 20.43 seconds (id: 0Bzuuyv-Zq3K*****B3Y3B5SEU)
    Fri, 11 Jan 2013 16:03:16 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-plugins.zip: 9c1315b*****73e41e3dd789ea432: recording as successfully uploaded
    Fri, 11 Jan 2013 16:03:16 +0000 Stored file<->id correlation in database (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-plugins.zip <-> 0Bzuuyv-Zq3KGUWJsbHB3Y3B5SEU)
    Fri, 11 Jan 2013 16:03:16 +0000 backup_2013-01-11-1602_Gaussteam_32a1****059a-themes.zip: Attempting to upload to Google Drive
    Fri, 11 Jan 2013 16:03:16 +0000 /web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-themes.zip: Attempting to upload file to Google Drive.
    Fri, 11 Jan 2013 16:03:16 +0000 Uploading file with title backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-themes.zip
    Fri, 11 Jan 2013 16:03:16 +0000 Upload %: 0, URL: https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0Bzuuyv-Zq3KG*****OWEyQlE/contents?convert=false&upload_id=AEnB2Uq-AMY-CU14KRkQanc8Kf3******HfbeUgec1-Yh-nK51Ne5LvGvyUgCb5HH********CBJzoZ2UWwYA
    Fri, 11 Jan 2013 16:03:18 +0000 Upload %: 16
    Fri, 11 Jan 2013 16:03:19 +0000 Upload %: 32
    Fri, 11 Jan 2013 16:03:20 +0000 Upload %: 48
    Fri, 11 Jan 2013 16:03:21 +0000 Upload %: 64
    Fri, 11 Jan 2013 16:03:22 +0000 Upload %: 81
    Fri, 11 Jan 2013 16:03:24 +0000 Upload %: 97
    Fri, 11 Jan 2013 16:03:26 +0000 The file was successfully uploaded to Google Drive in 10,116 seconds at an upload speed of 271 kB/s.
    Fri, 11 Jan 2013 16:03:26 +0000 OK: Archive backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-themes.zip uploaded to Google Drive in 10.35 seconds (id: 0Bzuuyv-Zq3KGTEhWX0x6YXZHQzQ)
    Fri, 11 Jan 2013 16:03:26 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-themes.zip: 688e17f09a********2a9b483dca: recording as successfully uploaded
    Fri, 11 Jan 2013 16:03:26 +0000 Stored file<->id correlation in database (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-themes.zip <-> 0Bzuuyv-Zq3KGT****XZHQzQ)
    Fri, 11 Jan 2013 16:03:26 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-uploads.zip: Attempting to upload to Google Drive
    Fri, 11 Jan 2013 16:03:26 +0000 /web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-uploads.zip: Attempting to upload file to Google Drive.
    Fri, 11 Jan 2013 16:03:26 +0000 Uploading file with title backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-uploads.zip
    Fri, 11 Jan 2013 16:03:26 +0000 Upload %: 0, URL: https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0Bzuuyv-Zq3KGejFkY0xFOWEyQlE/contents?convert=false&upload_id=AEnB2UoJ44i2ZR*******4XSWs4trS9v2wVnzv7zy4njzZjgwG_Kk37dGL0_2c2X06wuOfu****zidR5KBMrPYw
    Fri, 11 Jan 2013 16:03:28 +0000 Upload %: 21
    Fri, 11 Jan 2013 16:03:30 +0000 Upload %: 43
    Fri, 11 Jan 2013 16:03:31 +0000 Upload %: 64
    Fri, 11 Jan 2013 16:03:34 +0000 Upload %: 86
    Fri, 11 Jan 2013 16:03:36 +0000 The file was successfully uploaded to Google Drive in 9,953 seconds at an upload speed of 213 kB/s.
    Fri, 11 Jan 2013 16:03:36 +0000 OK: Archive backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-uploads.zip uploaded to Google Drive in 10.2 seconds (id: 0Bzuuyv-Zq3****ZGlhYW1PVTQ)
    Fri, 11 Jan 2013 16:03:36 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-uploads.zip: c2806e0e0baed3bcb8*****e427b92: recording as successfully uploaded
    Fri, 11 Jan 2013 16:03:36 +0000 Stored file<->id correlation in database (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-uploads.zip <-> 0Bzuuyv-Zq3KGbmlBZGlhYW1PVTQ)
    Fri, 11 Jan 2013 16:03:36 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-others.zip: Attempting to upload to Google Drive
    Fri, 11 Jan 2013 16:03:36 +0000 /web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-others.zip: Attempting to upload file to Google Drive.
    Fri, 11 Jan 2013 16:03:37 +0000 Uploading file with title backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-others.zip
    Fri, 11 Jan 2013 16:03:37 +0000 Upload %: 0, URL: https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0Bzuuyv-Zq3KGejFkY0xF***QlE/contents?convert=false&upload_id=AEnB2UqXA3Q637w*****mn5DTBxVYpQtPuQOQ2FSSqOGGZ_bqetStUSToYK4Na2zH3*****OsRpHxY_wyo4sWJfg
    Fri, 11 Jan 2013 16:03:40 +0000 Upload %: 40
    Fri, 11 Jan 2013 16:03:44 +0000 Upload %: 81
    Fri, 11 Jan 2013 16:03:48 +0000 The file was successfully uploaded to Google Drive in 11,194 seconds at an upload speed of 140 kB/s.
    Fri, 11 Jan 2013 16:03:48 +0000 OK: Archive backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-others.zip uploaded to Google Drive in 11.44 seconds (id: 0Bzuuyv-Zq3KGSlN0TVItcmd4eUE)
    Fri, 11 Jan 2013 16:03:48 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-others.zip: 640a17957eb1****f21eca922f3: recording as successfully uploaded
    Fri, 11 Jan 2013 16:03:48 +0000 Stored file<->id correlation in database (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-others.zip <-> 0Bzuuyv-Zq3KGSlN0TVItcmd4eUE)
    Fri, 11 Jan 2013 16:03:48 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz: Attempting to upload to Google Drive
    Fri, 11 Jan 2013 16:03:48 +0000 /web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz: Attempting to upload file to Google Drive.
    Fri, 11 Jan 2013 16:03:48 +0000 Uploading file with title backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz
    Fri, 11 Jan 2013 16:03:48 +0000 Upload %: 0, URL: https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0Bzuuyv-Zq3KGe****EyQlE/contents?convert=false&upload_id=AEnB2UqBxT0-mt99pjiiUSP9fGqIT_Dzwr50k_Ny7sUeOQsef4w8625bSU*****rwUD2wGxF8nzct55xs8ZzZpQ
    Fri, 11 Jan 2013 16:03:51 +0000 The file was successfully uploaded to Google Drive in 3,006 seconds at an upload speed of 71 kB/s.
    Fri, 11 Jan 2013 16:03:51 +0000 OK: Archive backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz uploaded to Google Drive in 3.24 seconds (id: 0Bzuuyv-Zq****hqZEN2cUk)
    Fri, 11 Jan 2013 16:03:51 +0000 backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz: a424d****afa1fe85378cce: recording as successfully uploaded
    Fri, 11 Jan 2013 16:03:51 +0000 Stored file<->id correlation in database (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz <-> 0Bzuuyv-Zq3KGU*****Uk)
    Fri, 11 Jan 2013 16:03:51 +0000 Retain: beginning examination of existing backup sets
    Fri, 11 Jan 2013 16:03:51 +0000 Retain: user setting: number to retain = 2
    Fri, 11 Jan 2013 16:03:51 +0000 Number of backup sets in history: 3
    Fri, 11 Jan 2013 16:03:51 +0000 Examining backup set with datestamp: 1357920170
    Fri, 11 Jan 2013 16:03:51 +0000 1357920170: this set includes a database (backup_2013-01-11-1602_Gaussteam_32a1b6f2059a-db.gz); db count is now 1
    Fri, 11 Jan 2013 16:03:51 +0000 1357920170: this set includes files; fileset count is now 1
    Fri, 11 Jan 2013 16:03:51 +0000 1357920170: this backup set remains non-empty; will retain in history
    Fri, 11 Jan 2013 16:03:51 +0000 Examining backup set with datestamp: 1357919334
    Fri, 11 Jan 2013 16:03:51 +0000 1357919334: this set includes a database (backup_2013-01-11-1548_Gaussteam_dc4fc9d038b1-db.gz); db count is now 2
    Fri, 11 Jan 2013 16:03:51 +0000 1357919334: this set includes files; fileset count is now 2
    Fri, 11 Jan 2013 16:03:51 +0000 1357919334: this backup set remains non-empty; will retain in history
    Fri, 11 Jan 2013 16:03:51 +0000 Examining backup set with datestamp: 1357918846
    Fri, 11 Jan 2013 16:03:51 +0000 1357918846: this set includes a database (backup_2013-01-11-1540_Gaussteam_a10ac7f23048-db.gz); db count is now 3
    Fri, 11 Jan 2013 16:03:51 +0000 1357918846: over retain limit; will delete this database
    Fri, 11 Jan 2013 16:03:51 +0000 Delete this file: backup_2013-01-11-1540_Gaussteam_a10ac7f23048-db.gz, service=googledrive
    Fri, 11 Jan 2013 16:03:51 +0000 Deleting local copy (/web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1540_Gaussteam_a10ac7f23048-db.gz)
    Fri, 11 Jan 2013 16:03:51 +0000 Could not delete: could not find a record of the Google Drive file ID for this file
    Fri, 11 Jan 2013 16:03:51 +0000 1357918846: this set includes files; fileset count is now 3
    Fri, 11 Jan 2013 16:03:51 +0000 1357918846: over retain limit; will delete this file set
    Fri, 11 Jan 2013 16:03:51 +0000 Delete this file: backup_2013-01-11-1540_Gaussteam_a10ac7f23048-plugins.zip, service=googledrive
    Fri, 11 Jan 2013 16:03:51 +0000 Deleting local copy (/web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1540_Gaussteam_a10ac7f23048-plugins.zip)
    Fri, 11 Jan 2013 16:03:51 +0000 Could not delete: could not find a record of the Google Drive file ID for this file
    Fri, 11 Jan 2013 16:03:51 +0000 Delete this file: backup_2013-01-11-1540_Gaussteam_a10ac7f23048-themes.zip, service=googledrive
    Fri, 11 Jan 2013 16:03:51 +0000 Deleting local copy (/web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1540_Gaussteam_a10ac7f23048-themes.zip)
    Fri, 11 Jan 2013 16:03:51 +0000 Could not delete: could not find a record of the Google Drive file ID for this file
    Fri, 11 Jan 2013 16:03:51 +0000 Delete this file: backup_2013-01-11-1540_Gaussteam_a10ac7f23048-uploads.zip, service=googledrive
    Fri, 11 Jan 2013 16:03:51 +0000 Deleting local copy (/web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1540_Gaussteam_a10ac7f23048-uploads.zip)
    Fri, 11 Jan 2013 16:03:51 +0000 Could not delete: could not find a record of the Google Drive file ID for this file
    Fri, 11 Jan 2013 16:03:51 +0000 Delete this file: backup_2013-01-11-1540_Gaussteam_a10ac7f23048-others.zip, service=googledrive
    Fri, 11 Jan 2013 16:03:51 +0000 Deleting local copy (/web/htdocs/www.gaussteam.com/home/wordpress/wp-content/updraft/backup_2013-01-11-1540_Gaussteam_a10ac7f23048-others.zip)
    Fri, 11 Jan 2013 16:03:51 +0000 Could not delete: could not find a record of the Google Drive file ID for this file
    Fri, 11 Jan 2013 16:03:51 +0000 1357918846: this backup set is now empty; will remove from history
    Fri, 11 Jan 2013 16:03:51 +0000 1357918846: deleting log file (log.a10ac7f23048.txt)
    Fri, 11 Jan 2013 16:03:51 +0000 Retain: saving new backup history (sets now: 2) and finishing retain operation
    Fri, 11 Jan 2013 16:03:51 +0000 Saving last backup information into WordPress db
    Fri, 11 Jan 2013 16:03:51 +0000 There were no errors in the uploads, so the ‘resume’ event is being unscheduled

    Thread Starter pierino84

    (@pierino84)

    Crontrol gives me an error:
    There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron jobs on your site may not work. The problem was:
    Operation timed out after 3000 milliseconds with 0 bytes received

    and test.php gives me in the browser: “internal server error”

    Now the WP dashboard is extremely slow when loading any page…

    Plugin Author David Anderson

    (@davidanderson)

    That backup log shows a backup which completely worked, which is good… (it’ll show errors in the control panel for the failed deletion of previous backup jobs, but that’s expected, because they failed to upload to Google Drive, hence now can’t be deleted. I should tweak the code for that to avoid confusing people with errors like that).

    test.php gives you an “internal server error”… interesting… are you able to access your Apache/PHP logs to see what they say? Often these are in a file “error_log” in the same directory as the script which ran (in this case, test.php).
    You could also edit your wp-config.php file and change the line with WP_DEBUG from false to true, then run test.php again; that may give you more output in the browser.

    Stuff being slow will just be your web host. There’s no special magic in any of these plugins to make things gratuitously slow. πŸ™‚

    Thread Starter pierino84

    (@pierino84)

    Hey David, thanks for your continued support.
    The backup log was fine because backups are done when using the “run now” function in Crontrol. I can find the backup in the FTP and in google drive.
    I retried your test page and this is what I extracted from the php log error, when the browser gave me the internal server error:

    [Fri Jan 11 19:31:30 2013] [error] [client **.**.133.53:56921] – http://www.gaussteam.com – End of script output before headers: test.php
    [Fri Jan 11 19:31:30 2013] [error] [client **.**.133.53:56921] – http://www.gaussteam.com – AH01215: suexec policy violation: see suexec log for more details

    I checked and repaired the permissions. Still doing it.
    Can it be something related to .htaccess?

    Plugin Author David Anderson

    (@davidanderson)

    You should find out what the “suexec policy violation” refers to… it’s always best to clear all other known errors and then see what remains…

    Thread Starter pierino84

    (@pierino84)

    Hello, regarding the “internal server error”, there was a problem with the permissions. The host provider has reset all the CHMODs to 755. It was really strange, since I didn’t detect any permission different than 755.
    Now when surfing to test.php, UpDraftPlus does his job (I receive a gateway error in the browser, but the backups are updated both in the FTP and in google drive).
    I am still having problems with the “backup now” function and the scheduled backups. Their task lie in the Crontrol task list indefinitely.
    The Debug Backup button is working.

    Plugin Author David Anderson

    (@davidanderson)

    A gateway error – what is that?

    When you say that those other tasks lie in the Crontrol task list indefinitely, can you clarify? Do you mean that they have long-past dates? If you have a backup on a regular schedule, then there will always be an entry (the next one – there’s always a ‘next one’).

    Thread Starter pierino84

    (@pierino84)

    I think it’s a timeout error. But that’s not a problem since the test.php backup function is working.
    What lie indefinitely are tasks like this:
    updraft_backup_all [] 2013/01/12 18:41:16 (2 seconds) Non-repeating

    which is created whenever I push the backup now button. They do not disappear, so if at 18:41 I press the backup now button, I will still find the updraft_backup_all function at 23:00.
    If I switch to a scheduled task, I will have tasks with the proper recurrence set. They also remain past the “next run” date in the Crontrol list, and they won’t disappear.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Backups not starting unless when using the Debug mode’ is closed to new replies.