Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Hi, I ended up using the Comprehensive Google Plugin and was very happy with it.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Ohhhh, now I understand miyanke’s post. Y’all’s problems are that you can’t add admin user to a user group. Well you can’t use my shortcode for role, only for user groups. Instead you must use a shortcode that works with roles.

    Google is your friend.

    https://blog.haraldkraft.de/2014/01/wordpress-shortcode-for-user-role-visibility/

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    You need to leave a code example. I have no idea what you are talking about “it.”

    Pat Garner

    (@wordpressorgpatgarnercom)

    I’m having the same problems. The role affiliation feature is completely f*cked up.

    1. I deleted a role from the system and it still shows up as a role affiliation for several of my user groups.

    2. When I edit a user group the role affiliation check boxes that I previously selected and saved are deselected! Except for editor, author, contributor and subscriber, which are always selected even when I want them to be deselected!

    The way the fubar’d role affiliation feature seems to work is as follows:

    1. If you select a role to affiliate with a user group the role becomes affiliated forever and cannot be removed — even if the role is removed from the system.

    2. The Edit User Group screen will always display role affiliations for custom roles you have added to the system as DESELECTED — even if you have previously selected them.

    3. The Edit User Group screen will always display role affiliations for standard roles (e.g. editor, author, contributor and subscriber) you have added to the system as SELECTED — even if you have previously deselected them in an attempt to remove the affiliations.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Whoops, forgot to mark this as resolved.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    After moving several sets of images and PDF documents and seeing that all of the URLs were properly modified by Media File Manager I have come to the conclusion that the logo is one image whose URL is not stored in the standard database table. So, all of the other images display properly and the PDF links work correctly. This seems like a Customizr issue, not a Media File Manager issue.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    @david, got it:

    What you’re seeing there in (0) is the fix. The “error” is where UpdraftPlus detects the dropped database connection (“SHOW TABLES” returns totally empty results – this is an example of WordPress’s database layer returning empty results when the database connection has been dropped); it then recovers from it by re-starting.

    One more thing about interpreting the log files… in UD, an “error” is not necessarily fatal. Errors cause re-tries; and on the re-try, no error may occur. So, an error in the log file really means “an error this time – but we’ll retry”; and if it doesn’t occur on the retry, then it can be ignored. (Another example is when errors occur uploading to Dropbox – e.g. if the network connection to Dropbox gets broken; it’ll later retry).

    Thanks for your patience with my uninformed diagnosis of the problem! And thank you for taking the time to explain what’s going on under the hood. The application server logs I’m used to seeing in my world (JEE) work a bit differently. This has been an enlightening experience.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Hi @nikeo, your example, with the single quotes, did not work. However, the following, using double quotes, does work:

    .page h1.format-icon:before {
    content:   "\\1F342";
    }

    The fallen leaf now displays. Thanks for your help!

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    I think I know what causes the problem. When I first enter the following CSS it works fine. I had to use HTML entity reference because it’s the only way I could get the fallen leaf icon to display. Note: for this post I had to put a space between & # so that the fallen leaf icon would not be displayed:

    .page h1.format-icon:before {
    content: "& #127810;"
    }

    But later, when I refresh the Custom Customizr web screen I notice that the entity reference has changed to the UTF-8 Unicode Character ‘FALLEN LEAF’:

    .page h1.format-icon:before {
    content: "??"
    }

    The HTML entity encoding, & #127810;, is replaced by the UTF-8 Unicode Character, ??, and when I click Save & Publish an error occurs and my Customizr configuration is lost. Customizr does not like UTF-8.

    The reason I used the HTML entity was because the ASCII did not work:

    .page h1.format-icon:before {
    content:   '\1F342';
    }

    and neither did the following, which displayed “1F342” on the web page in place of the icon:

    .page h1.format-icon:before {
    content: “\1F342”
    }

    So the HTML entity works properly until I attempt to edit Custom Customizr CSS settings. Also, none works as it should:

    .page h1.format-icon:before {
    content:  none;
    }

    So I know the selector is correct. Why is the ASCII not working for me? I would use it in lieu of HTML entity if it would work.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    I did the restore and it worked properly. Awesome! Here are the log results:

    Final checks
    Looking for db archive: file name: backup_2014-01-09-0329_Acme_Conservation_Cemetery_e9e2c8a9a7ee-db.gz
    Archive is expected to be size: 104.8 Kb: OK
    Looking for others archive: file name: backup_2014-01-09-0329_Acme_Conservation_Cemetery_e9e2c8a9a7ee-others.zip
    Archive is expected to be size: 0.3 Kb: OK
    Looking for plugins archive: file name: backup_2014-01-09-0329_Acme_Conservation_Cemetery_e9e2c8a9a7ee-plugins.zip
    Archive is expected to be size: 4364.4 Kb: OK
    Looking for themes archive: file name: backup_2014-01-09-0329_Acme_Conservation_Cemetery_e9e2c8a9a7ee-themes.zip
    Archive is expected to be size: 2999.7 Kb: OK
    Looking for uploads archive: file name: backup_2014-01-09-0329_Acme_Conservation_Cemetery_e9e2c8a9a7ee-uploads.zip
    Archive is expected to be size: 78746.2 Kb: OK
    Database
    Unpacking backup...
    Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)...
    Backup of: https://www.versatrax.com
    Content URL: https://www.versatrax.com/wp-content
    Old table prefix: wp_
    Site information: multisite = 0
    New table prefix: wp_
    Restoring table (InnoDB): wp_options
    Restoring table (InnoDB): wp_users
    Restoring table (InnoDB): wp_usermeta
    Restoring table (InnoDB): wp_commentmeta
    Restoring table (InnoDB): wp_comments
    Restoring table (InnoDB): wp_links
    Restoring table (InnoDB): wp_postmeta
    Restoring table (InnoDB): wp_posts
    Restoring table (InnoDB): wp_term_relationships
    Restoring table (InnoDB): wp_term_taxonomy
    Restoring table (InnoDB): wp_terms
    Restoring table (InnoDB): wp_wpgmza
    Restoring table (InnoDB): wp_wpgmza_categories
    Restoring table (InnoDB): wp_wpgmza_maps
    Restoring table (InnoDB): wp_wpgmza_polygon
    Restoring table (InnoDB): wp_wpgmza_polylines
    Database queries processed: 50 in 0.44 seconds
    Finished: lines processed: 52 in 0.44 seconds
    Cleaning up rubbish...
    Others
    Unpacking backup...
    Cleaning up rubbish...
    Plugins
    Unpacking backup...
    Moving old data out of the way...
    Moving unpacked backup into place...
    Cleaning up rubbish...
    Themes
    Unpacking backup...
    Moving old data out of the way...
    Moving unpacked backup into place...
    Cleaning up rubbish...
    Uploads
    Unpacking backup...
    Moving old data out of the way...
    Moving unpacked backup into place...
    Cleaning up rubbish...
    
    Restore successful!

    When you push your bug fixes to production I’ll rate your wonderful product and excellent customer service.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Sorry, our last posts in this thread crossed at the same time; I didn’t get a chance to read your last message until after I sent mine, so sorry for the confusion. Also, I had a meeting to attend so am now just getting back to my workstation, so sorry for the delayed response. After deactivating/deleting the old version of UpdraftPlus I installed the dev version per your instructions and I reran the backup. Here are the results:

    1. backup_2014-01-09-0157_Acme…others.zip –> 344 bytes
    2. backup_2014-01-09-0157_Acme…plugins.zip –> 4.3 MB
    3. backup_2014-01-09-0157_Acme…themes.zip —> 2.9 MB
    4. backup_2014-01-09-0157_Acme…uploads.zip –> 76.9 MB
    5. backup_2014-01-09-0157_Acme…2684-db.gz —> 108 kB

    So the database portion of the backup is no longer empty. Awesome! As I suspected, the db was not dropping connections.

    There was an error in the log:

    0236.276 (0) Error: No database tables found (SHOW TABLES returned nothing) - please wait for the rescheduled attempt
    0236.276 (0) An error condition has occurred for the first time during this job

    but the backup appears to have recovered from it:

    0663.861 (1) There were no errors in the uploads, so the 'resume' event (2) is being unscheduled

    Here is the entire log output:

    0000.000 (0) Opened log file at time: Thu, 09 Jan 2014 01:57:45 +0000
    0000.001 (0) UpdraftPlus WordPress backup plugin (https://updraftplus.com): 1.8.6 WP: 3.8 PHP: 5.4.23 (Linux p3plcpnl0103.prod.phx3.secureserver.net 2.6.32-458.18.1.lve1.2.39.el6.x86_64 #1 SMP Mon Sep 16 12:10:28 EEST 2013 x86_64) MySQL: 5.5.32-cll-lve Server: Apache mod_fcgid/2.3.10-dev safe_mode: 0 max_execution_time: 900 memory_limit: 256M (used: 16.4M | 16.8M) multisite: N mcrypt: Y ZipArchive::addFile: Y W3TC/ObjectCache: N
    0000.166 (0) Free space on disk containing Updraft's temporary directory: 3042833 Mb
    0000.169 (0) Tasks: Backup files: 1 (schedule: manual) Backup DB: 1 (schedule: manual)
    0000.174 (0) Requesting semaphore lock (fd)
    0000.176 (0) Semaphore (fd) was stuck, set lock time to 2014-01-09 01:57:45
    0000.178 (0) Semaphore (fd) reset to 1
    0000.179 (0) Set semaphore last lock (fd) time to 2014-01-09 01:57:45
    0000.180 (0) Semaphore lock (fd) complete
    0000.185 (0) Backup run: resumption=0, nonce=bd1700b52684, begun at=1389232665 (0s ago), job type=backup
    0000.186 (0) Scheduling a resumption (1) after 300 seconds (1389232965) in case this run gets aborted
    0000.200 (0) Checking if we have a zip executable available
    0000.201 (0) Testing: /usr/bin/zip
    0000.209 (0) Output: zip warning: binziptest/test.zip not found or empty
    0000.210 (0) Output: adding: binziptest/subdir1/	(in=0) (out=0) (stored 0%)
    0000.212 (0) Output: adding: binziptest/subdir1/subdir2/	(in=0) (out=0) (stored 0%)
    0000.213 (0) Output: adding: binziptest/subdir1/subdir2/test.html	(in=127) (out=105) (deflated 17%)
    0000.214 (0) Output: total bytes=127, compressed=105 -> 17% savings
    0000.221 (0) Output: adding: binziptest/subdir1/subdir2/test2.html	(in=134) (out=109) (deflated 19%)
    0000.223 (0) Output: total bytes=261, compressed=214 -> 18% savings
    0000.238 (0) Working binary zip found: /usr/bin/zip
    0000.240 (0) Zip engine: found/will use a binary zip: /usr/bin/zip
    0000.240 (0) Creation of backups of directories: beginning
    0000.243 (0) Beginning creation of dump of plugins (split every: 800 Mb)
    0000.432 (0) Total entities for the zip file: 115 directories, 1001 files, 9.2 Mb
    0000.435 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 100 files added (on-disk size: 0 Kb)
    0000.439 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 200 files added (on-disk size: 0 Kb)
    0000.442 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 300 files added (on-disk size: 0 Kb)
    0000.445 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 400 files added (on-disk size: 0 Kb)
    0000.449 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 500 files added (on-disk size: 0 Kb)
    0000.450 (0) Adding batch to zip file (UpdraftPlus_BinZip): over 500 files added on this batch (2.4 Mb, 1001 files batched, 501 (501) added so far); re-opening (prior size: 0 Kb)
    0001.272 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: size is now: 1.10 Mb
    0001.277 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 600 files added (on-disk size: 1141.4 Kb)
    0001.280 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 700 files added (on-disk size: 1141.4 Kb)
    0001.283 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 800 files added (on-disk size: 1141.4 Kb)
    0001.287 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 900 files added (on-disk size: 1141.4 Kb)
    0001.290 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: 1000 files added (on-disk size: 1141.4 Kb)
    0005.636 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip.tmp: size is now: 4.30 Mb
    0005.673 (0) Created plugins zip (0) - 4364.4 Kb in 5.3 s (828.6 Kb/s) (SHA1 checksum: 5d569251aab82d9d3501e0b68073173e23b8da8d)
    0005.675 (0) Beginning creation of dump of themes (split every: 800 Mb)
    0005.876 (0) Total entities for the zip file: 43 directories, 331 files, 7.7 Mb
    0005.880 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip.tmp: 100 files added (on-disk size: 0 Kb)
    0005.883 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip.tmp: 200 files added (on-disk size: 0 Kb)
    0005.886 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip.tmp: 300 files added (on-disk size: 0 Kb)
    0006.310 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip.tmp: size is now: 2.90 Mb
    0006.343 (0) Created themes zip (0) - 2999.7 Kb in 0.5 s (6282.7 Kb/s) (SHA1 checksum: ccf82597805b994f8971dd849b5e348a605b9e5c)
    0006.345 (0) Looking for candidates to back up in: /home/patgarner/public_html/wp-content/uploads
    0006.346 (0) finding files: 2014: adding to list
    0006.347 (0) finding files: et_temp: adding to list
    0006.348 (0) Beginning creation of dump of uploads (split every: 800 Mb)
    0006.522 (0) Total entities for the zip file: 3 directories, 247 files, 77.3 Mb
    0006.527 (0) Adding batch to zip file (UpdraftPlus_BinZip): over 25 Mb added on this batch (25.4 Mb, 247 files batched, 78 (78) added so far); re-opening (prior size: 0 Kb)
    0032.704 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip.tmp: size is now: 25.20 Mb
    0032.707 (0) A useful amount of data was added after this amount of zip processing: 26.9 s (normalised: 26.5 s, rate: 964.4 Kb/s)
    0032.710 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip.tmp: 100 files added (on-disk size: 25828 Kb)
    0032.714 (0) Adding batch to zip file (UpdraftPlus_BinZip): over 25 Mb added on this batch (25.1 Mb, 247 files batched, 96 (174) added so far); re-opening (prior size: 25828 Kb)
    0082.918 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip.tmp: size is now: 50.20 Mb
    0082.921 (0) A useful amount of data was added after this amount of zip processing: 51.1 s (normalised: 50.9 s, rate: 503.2 Kb/s)
    0082.924 (0) Zip: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip.tmp: 200 files added (on-disk size: 51378.2 Kb)
    0082.927 (0) Adding batch to zip file (UpdraftPlus_BinZip): over 25 Mb added on this batch (25.5 Mb, 247 files batched, 65 (239) added so far); re-opening (prior size: 51378.2 Kb)
    0158.554 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip.tmp: size is now: 75.60 Mb
    0158.557 (0) A useful amount of data was added after this amount of zip processing: 75.8 s (normalised: 74.4 s, rate: 344.1 Kb/s)
    0236.032 (0) Created uploads zip (0) - 78746.2 Kb in 229.5 s (343.1 Kb/s) (SHA1 checksum: 35d9be895288013241c5090c268a13cea42a7cee)
    0236.034 (0) Beginning backup of other directories found in the content directory (index: 0)
    0236.034 (0) Looking for candidates to back up in: /home/patgarner/public_html/wp-content
    0236.035 (0) finding files: uploads: skipping: this is the uploads directory
    0236.035 (0) finding files: updraft: skipping: this is the updraft directory
    0236.038 (0) finding files: languages: adding to list
    0236.038 (0) finding files: upgrade: skipping: excluded by options
    0236.038 (0) finding files: index.php: adding to list
    0236.041 (0) finding files: plugins: skipping: this is the plugins directory
    0236.042 (0) finding files: themes: skipping: this is the themes directory
    0236.207 (0) Total entities for the zip file: 1 directories, 1 files, 0 Mb
    0236.216 (0) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip.tmp: size is now: 0.00 Mb
    0236.231 (0) Created others zip (0) - 0.3 Kb in 0 s (13.2 Kb/s) (SHA1 checksum: 348f4720d8238ac89392b0c36bd5dcade9dfa400)
    0236.235 (0) Saving backup status to database (elements: 8)
    0236.242 (0) Beginning creation of database dump
    0236.243 (0) Testing: /usr/bin/mysqldump
    0236.274 (0) Working binary mysqldump found: /usr/bin/mysqldump
    0236.276 (0) Error: No database tables found (SHOW TABLES returned nothing) - please wait for the rescheduled attempt
    0236.276 (0) An error condition has occurred for the first time during this job
    0301.699 (1) Opened log file at time: Thu, 09 Jan 2014 02:02:46 +0000
    0301.700 (1) UpdraftPlus WordPress backup plugin (https://updraftplus.com): 1.8.6 WP: 3.8 PHP: 5.4.23 (Linux p3plcpnl0103.prod.phx3.secureserver.net 2.6.32-458.18.1.lve1.2.39.el6.x86_64 #1 SMP Mon Sep 16 12:10:28 EEST 2013 x86_64) MySQL: 5.5.32-cll-lve Server: Apache mod_fcgid/2.3.10-dev safe_mode: 0 max_execution_time: 900 memory_limit: 256M (used: 3.3M | 3.5M) multisite: N mcrypt: Y ZipArchive::addFile: Y
    0301.846 (1) Free space on disk containing Updraft's temporary directory: 3042695.3 Mb
    0301.848 (1) Backup run: resumption=1, nonce=bd1700b52684, begun at=1389232665 (302s ago), job type=backup, previous check-in=158.6s
    0301.848 (1) Scheduling a resumption (2) after 300 seconds (1389233267) in case this run gets aborted
    0301.856 (1) Checking if we have a zip executable available
    0301.857 (1) Zip engine: found/will use a binary zip: /usr/bin/zip
    0301.858 (1) Creation of backups of directories: had begun; will resume
    0301.860 (1) Beginning creation of dump of plugins (split every: 800 Mb)
    0301.860 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip: this file has already been created (age: 297 s)
    0301.862 (1) Beginning creation of dump of themes (split every: 800 Mb)
    0301.862 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip: this file has already been created (age: 296 s)
    0301.864 (1) Looking for candidates to back up in: /home/patgarner/public_html/wp-content/uploads
    0301.865 (1) finding files: 2014: adding to list
    0301.865 (1) finding files: et_temp: adding to list
    0301.865 (1) Beginning creation of dump of uploads (split every: 800 Mb)
    0301.866 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip: this file has already been created (age: 67 s)
    0301.868 (1) Beginning backup of other directories found in the content directory (index: 0)
    0301.868 (1) Looking for candidates to back up in: /home/patgarner/public_html/wp-content
    0301.869 (1) finding files: uploads: skipping: this is the uploads directory
    0301.869 (1) finding files: updraft: skipping: this is the updraft directory
    0301.870 (1) finding files: languages: adding to list
    0301.870 (1) finding files: upgrade: skipping: excluded by options
    0301.871 (1) finding files: index.php: adding to list
    0301.871 (1) finding files: plugins: skipping: this is the plugins directory
    0301.871 (1) finding files: themes: skipping: this is the themes directory
    0301.872 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip: this file has already been created (age: 66 s)
    0301.875 (1) Saving backup status to database (elements: 8)
    0301.876 (1) Resuming creation of database dump
    0301.877 (1) Testing: /usr/bin/mysqldump
    0301.894 (1) Working binary mysqldump found: /usr/bin/mysqldump
    0301.898 (1) Table wp_options: Total expected rows (approximate): 2209
    0301.921 (1) Table wp_options: Total rows added: 221 in 0.02 seconds
    0301.922 (1) Table wp_options: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_options.table.gz - 48 Kb)
    0301.946 (1) Table wp_users: Total expected rows (approximate): 1
    0301.949 (1) Table wp_users: Total rows added: 1 in 0.00 seconds
    0301.950 (1) Table wp_users: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_users.table.gz - 0 Kb)
    0301.969 (1) Table wp_usermeta: Total expected rows (approximate): 24
    0301.973 (1) Table wp_usermeta: Total rows added: 24 in 0.00 seconds
    0301.975 (1) Table wp_usermeta: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_usermeta.table.gz - 0 Kb)
    0301.993 (1) Table wp_commentmeta: Total expected rows (approximate): 0
    0301.996 (1) Table wp_commentmeta: Total rows added: 0 in 0.00 seconds
    0301.997 (1) Table wp_commentmeta: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_commentmeta.table.gz - 0 Kb)
    0302.013 (1) Table wp_comments: Total expected rows (approximate): 1
    0302.017 (1) Table wp_comments: Total rows added: 1 in 0.00 seconds
    0302.018 (1) Table wp_comments: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_comments.table.gz - 0 Kb)
    0302.026 (1) Table wp_links: Total expected rows (approximate): 7
    0302.030 (1) Table wp_links: Total rows added: 7 in 0.00 seconds
    0302.031 (1) Table wp_links: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_links.table.gz - 0 Kb)
    0302.037 (1) Table wp_postmeta: Total expected rows (approximate): 397
    0302.048 (1) Table wp_postmeta: Total rows added: 334 in 0.01 seconds
    0302.049 (1) Table wp_postmeta: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_postmeta.table.gz - 0 Kb)
    0302.060 (1) Table wp_posts: Total expected rows (approximate): 214
    0302.093 (1) Table wp_posts: Total rows added: 182 in 0.03 seconds
    0302.094 (1) Table wp_posts: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_posts.table.gz - 16 Kb)
    0302.104 (1) Table wp_term_relationships: Total expected rows (approximate): 22
    0302.108 (1) Table wp_term_relationships: Total rows added: 22 in 0.00 seconds
    0302.109 (1) Table wp_term_relationships: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_term_relationships.table.gz - 0 Kb)
    0302.117 (1) Table wp_term_taxonomy: Total expected rows (approximate): 3
    0302.121 (1) Table wp_term_taxonomy: Total rows added: 3 in 0.00 seconds
    0302.121 (1) Table wp_term_taxonomy: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_term_taxonomy.table.gz - 0 Kb)
    0302.139 (1) Table wp_terms: Total expected rows (approximate): 3
    0302.142 (1) Table wp_terms: Total rows added: 3 in 0.00 seconds
    0302.143 (1) Table wp_terms: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_terms.table.gz - 0 Kb)
    0302.155 (1) Table wp_wpgmza: Total expected rows (approximate): 1
    0302.159 (1) Table wp_wpgmza: Total rows added: 1 in 0.00 seconds
    0302.159 (1) Table wp_wpgmza: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza.table.gz - 0 Kb)
    0302.175 (1) Table wp_wpgmza_categories: Total expected rows (approximate): 0
    0302.178 (1) Table wp_wpgmza_categories: Total rows added: 0 in 0.00 seconds
    0302.179 (1) Table wp_wpgmza_categories: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_categories.table.gz - 0 Kb)
    0302.192 (1) Table wp_wpgmza_maps: Total expected rows (approximate): 1
    0302.196 (1) Table wp_wpgmza_maps: Total rows added: 1 in 0.00 seconds
    0302.197 (1) Table wp_wpgmza_maps: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_maps.table.gz - 0 Kb)
    0302.201 (1) Table wp_wpgmza_polygon: Total expected rows (approximate): 0
    0302.204 (1) Table wp_wpgmza_polygon: Total rows added: 0 in 0.00 seconds
    0302.204 (1) Table wp_wpgmza_polygon: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_polygon.table.gz - 0 Kb)
    0302.208 (1) Table wp_wpgmza_polylines: Total expected rows (approximate): 0
    0302.211 (1) Table wp_wpgmza_polylines: Total rows added: 0 in 0.00 seconds
    0302.211 (1) Table wp_wpgmza_polylines: finishing file (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_polylines.table.gz - 0 Kb)
    0302.214 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_options.table.gz (1/16): adding to final database dump
    0302.232 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_users.table.gz (2/16): adding to final database dump
    0302.233 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_usermeta.table.gz (3/16): adding to final database dump
    0302.234 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_commentmeta.table.gz (4/16): adding to final database dump
    0302.235 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_comments.table.gz (5/16): adding to final database dump
    0302.235 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_links.table.gz (6/16): adding to final database dump
    0302.236 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_postmeta.table.gz (7/16): adding to final database dump
    0302.239 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_posts.table.gz (8/16): adding to final database dump
    0302.250 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_term_relationships.table.gz (9/16): adding to final database dump
    0302.251 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_term_taxonomy.table.gz (10/16): adding to final database dump
    0302.252 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_terms.table.gz (11/16): adding to final database dump
    0302.252 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza.table.gz (12/16): adding to final database dump
    0302.253 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_categories.table.gz (13/16): adding to final database dump
    0302.254 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_maps.table.gz (14/16): adding to final database dump
    0302.255 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_polygon.table.gz (15/16): adding to final database dump
    0302.255 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db-table-wp_wpgmza_polylines.table.gz (16/16): adding to final database dump
    0302.256 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz: finished writing out complete database file (96 Kb)
    0302.259 (1) Total database tables backed up: 16 (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz: checksum (SHA1): 0e1fb6bcfc847fcf54ec74ebd154016f6571efb8)
    0302.261 (1) Saving backup history
    0302.264 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip: plugins: This file has not yet been successfully uploaded: will queue
    0302.264 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip: themes: This file has not yet been successfully uploaded: will queue
    0302.265 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip: uploads: This file has not yet been successfully uploaded: will queue
    0302.266 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip: others: This file has not yet been successfully uploaded: will queue
    0302.266 (1) backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz: db: This file has not yet been successfully uploaded: will queue
    0302.268 (1) Requesting upload of the files that have not yet been successfully uploaded (5)
    0302.270 (1) Cloud backup selection: dropbox
    0302.272 (1) Beginning dispatch of backup to remote (dropbox)
    0302.273 (1) Dropbox: begin cloud upload
    0302.277 (1) Dropbox: access gained
    0302.491 (1) Dropbox quota usage: normal=168 Mb, shared=0 Mb, total=2048 Mb, available=1880 Mb
    0302.492 (1) Dropbox: Attempt to upload: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip to: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip
    0303.842 (1) Dropbox chunked upload: 11.7 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 524288)
    0305.360 (1) Dropbox chunked upload: 23.5 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 1048576)
    0307.199 (1) Dropbox chunked upload: 35.2 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 1572864)
    0308.975 (1) Dropbox chunked upload: 46.9 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 2097152)
    0310.855 (1) Dropbox chunked upload: 58.7 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 2621440)
    0312.993 (1) Dropbox chunked upload: 70.4 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 3145728)
    0315.697 (1) Dropbox chunked upload: 82.1 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 3670016)
    0318.374 (1) Dropbox chunked upload: 93.9 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 4194304)
    0319.503 (1) Dropbox chunked upload: 100 % uploaded (3s5jLFJeDyWf6TzAPuR16g, 4469097)
    0320.521 (1) Recording as successfully uploaded: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip (179f6c18f155047bafe161605260507d)
    0320.526 (1) Deleting local file: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip: OK
    0320.527 (1) Dropbox: File upload success (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-plugins.zip): 4364 Kb in 18s (241 Kb/s)
    0320.770 (1) Dropbox quota usage: normal=172.3 Mb, shared=0 Mb, total=2048 Mb, available=1875.7 Mb
    0320.771 (1) Dropbox: Attempt to upload: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip to: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip
    0322.193 (1) Dropbox chunked upload: 17.1 % uploaded (BrxOO_TetMAyvxoAaDyTHA, 524288)
    0323.667 (1) Dropbox chunked upload: 34.1 % uploaded (BrxOO_TetMAyvxoAaDyTHA, 1048576)
    0325.355 (1) Dropbox chunked upload: 51.2 % uploaded (BrxOO_TetMAyvxoAaDyTHA, 1572864)
    0327.102 (1) Dropbox chunked upload: 68.3 % uploaded (BrxOO_TetMAyvxoAaDyTHA, 2097152)
    0329.252 (1) Dropbox chunked upload: 85.3 % uploaded (BrxOO_TetMAyvxoAaDyTHA, 2621440)
    0331.213 (1) Dropbox chunked upload: 100 % uploaded (BrxOO_TetMAyvxoAaDyTHA, 3071667)
    0333.607 (1) Recording as successfully uploaded: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip (651892d90495b5e1b53bc84fc5047218)
    0333.611 (1) Deleting local file: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip: OK
    0333.612 (1) Dropbox: File upload success (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-themes.zip): 2999 Kb in 12s (233 Kb/s)
    0333.849 (1) Dropbox quota usage: normal=175.2 Mb, shared=0 Mb, total=2048 Mb, available=1872.8 Mb
    0333.850 (1) Dropbox: Attempt to upload: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip to: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip
    0335.229 (1) Dropbox chunked upload: 0.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 524288)
    0336.744 (1) Dropbox chunked upload: 1.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 1048576)
    0338.438 (1) Dropbox chunked upload: 2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 1572864)
    0340.414 (1) Dropbox chunked upload: 2.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 2097152)
    0342.293 (1) Dropbox chunked upload: 3.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 2621440)
    0344.529 (1) Dropbox chunked upload: 3.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 3145728)
    0347.062 (1) Dropbox chunked upload: 4.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 3670016)
    0349.497 (1) Dropbox chunked upload: 5.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 4194304)
    0350.885 (1) Dropbox chunked upload: 5.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 4718592)
    0352.484 (1) Dropbox chunked upload: 6.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 5242880)
    0354.166 (1) Dropbox chunked upload: 7.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 5767168)
    0355.991 (1) Dropbox chunked upload: 7.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 6291456)
    0357.975 (1) Dropbox chunked upload: 8.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 6815744)
    0360.353 (1) Dropbox chunked upload: 9.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 7340032)
    0362.522 (1) Dropbox chunked upload: 9.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 7864320)
    0365.197 (1) Dropbox chunked upload: 10.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 8388608)
    0366.564 (1) Dropbox chunked upload: 11.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 8912896)
    0368.224 (1) Dropbox chunked upload: 11.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 9437184)
    0370.368 (1) Dropbox chunked upload: 12.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 9961472)
    0372.211 (1) Dropbox chunked upload: 13 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 10485760)
    0374.344 (1) Dropbox chunked upload: 13.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 11010048)
    0376.394 (1) Dropbox chunked upload: 14.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 11534336)
    0378.785 (1) Dropbox chunked upload: 15 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 12058624)
    0381.528 (1) Dropbox chunked upload: 15.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 12582912)
    0382.816 (1) Dropbox chunked upload: 16.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 13107200)
    0385.114 (1) Dropbox chunked upload: 16.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 13631488)
    0386.845 (1) Dropbox chunked upload: 17.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 14155776)
    0388.595 (1) Dropbox chunked upload: 18.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 14680064)
    0390.472 (1) Dropbox chunked upload: 18.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 15204352)
    0392.650 (1) Dropbox chunked upload: 19.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 15728640)
    0394.988 (1) Dropbox chunked upload: 20.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 16252928)
    0397.390 (1) Dropbox chunked upload: 20.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 16777216)
    0398.737 (1) Dropbox chunked upload: 21.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 17301504)
    0400.244 (1) Dropbox chunked upload: 22.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 17825792)
    0402.238 (1) Dropbox chunked upload: 22.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 18350080)
    0403.913 (1) Dropbox chunked upload: 23.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 18874368)
    0406.193 (1) Dropbox chunked upload: 24.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 19398656)
    0408.267 (1) Dropbox chunked upload: 24.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 19922944)
    0410.554 (1) Dropbox chunked upload: 25.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 20447232)
    0412.909 (1) Dropbox chunked upload: 26 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 20971520)
    0414.166 (1) Dropbox chunked upload: 26.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 21495808)
    0415.632 (1) Dropbox chunked upload: 27.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 22020096)
    0417.276 (1) Dropbox chunked upload: 28 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 22544384)
    0419.061 (1) Dropbox chunked upload: 28.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 23068672)
    0421.149 (1) Dropbox chunked upload: 29.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 23592960)
    0423.261 (1) Dropbox chunked upload: 29.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 24117248)
    0425.481 (1) Dropbox chunked upload: 30.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 24641536)
    0427.995 (1) Dropbox chunked upload: 31.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 25165824)
    0429.454 (1) Dropbox chunked upload: 31.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 25690112)
    0431.258 (1) Dropbox chunked upload: 32.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 26214400)
    0433.225 (1) Dropbox chunked upload: 33.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 26738688)
    0435.098 (1) Dropbox chunked upload: 33.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 27262976)
    0437.702 (1) Dropbox chunked upload: 34.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 27787264)
    0439.884 (1) Dropbox chunked upload: 35.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 28311552)
    0442.139 (1) Dropbox chunked upload: 35.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 28835840)
    0445.397 (1) Dropbox chunked upload: 36.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 29360128)
    0446.829 (1) Dropbox chunked upload: 37.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 29884416)
    0448.584 (1) Dropbox chunked upload: 37.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 30408704)
    0450.946 (1) Dropbox chunked upload: 38.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 30932992)
    0452.793 (1) Dropbox chunked upload: 39 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 31457280)
    0455.029 (1) Dropbox chunked upload: 39.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 31981568)
    0457.117 (1) Dropbox chunked upload: 40.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 32505856)
    0459.478 (1) Dropbox chunked upload: 41 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 33030144)
    0461.849 (1) Dropbox chunked upload: 41.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 33554432)
    0463.400 (1) Dropbox chunked upload: 42.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 34078720)
    0464.925 (1) Dropbox chunked upload: 42.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 34603008)
    0466.688 (1) Dropbox chunked upload: 43.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 35127296)
    0468.592 (1) Dropbox chunked upload: 44.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 35651584)
    0470.892 (1) Dropbox chunked upload: 44.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 36175872)
    0473.119 (1) Dropbox chunked upload: 45.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 36700160)
    0476.217 (1) Dropbox chunked upload: 46.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 37224448)
    0478.848 (1) Dropbox chunked upload: 46.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 37748736)
    0480.224 (1) Dropbox chunked upload: 47.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 38273024)
    0481.860 (1) Dropbox chunked upload: 48.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 38797312)
    0484.163 (1) Dropbox chunked upload: 48.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 39321600)
    0485.955 (1) Dropbox chunked upload: 49.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 39845888)
    0488.256 (1) Dropbox chunked upload: 50.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 40370176)
    0490.525 (1) Dropbox chunked upload: 50.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 40894464)
    0492.726 (1) Dropbox chunked upload: 51.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 41418752)
    0495.153 (1) Dropbox chunked upload: 52 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 41943040)
    0496.783 (1) Dropbox chunked upload: 52.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 42467328)
    0498.349 (1) Dropbox chunked upload: 53.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 42991616)
    0500.047 (1) Dropbox chunked upload: 54 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 43515904)
    0502.270 (1) Dropbox chunked upload: 54.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 44040192)
    0504.498 (1) Dropbox chunked upload: 55.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 44564480)
    0508.871 (1) Dropbox chunked upload: 55.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 45088768)
    0511.554 (1) Dropbox chunked upload: 56.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 45613056)
    0514.079 (1) Dropbox chunked upload: 57.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 46137344)
    0515.718 (1) Dropbox chunked upload: 57.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 46661632)
    0517.228 (1) Dropbox chunked upload: 58.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 47185920)
    0518.953 (1) Dropbox chunked upload: 59.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 47710208)
    0520.956 (1) Dropbox chunked upload: 59.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 48234496)
    0523.126 (1) Dropbox chunked upload: 60.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 48758784)
    0525.182 (1) Dropbox chunked upload: 61.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 49283072)
    0527.510 (1) Dropbox chunked upload: 61.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 49807360)
    0529.838 (1) Dropbox chunked upload: 62.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 50331648)
    0531.275 (1) Dropbox chunked upload: 63.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 50855936)
    0533.449 (1) Dropbox chunked upload: 63.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 51380224)
    0535.112 (1) Dropbox chunked upload: 64.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 51904512)
    0537.043 (1) Dropbox chunked upload: 65 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 52428800)
    0539.037 (1) Dropbox chunked upload: 65.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 52953088)
    0541.174 (1) Dropbox chunked upload: 66.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 53477376)
    0543.732 (1) Dropbox chunked upload: 67 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 54001664)
    0546.686 (1) Dropbox chunked upload: 67.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 54525952)
    0548.117 (1) Dropbox chunked upload: 68.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 55050240)
    0550.142 (1) Dropbox chunked upload: 68.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 55574528)
    0551.808 (1) Dropbox chunked upload: 69.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 56098816)
    0553.651 (1) Dropbox chunked upload: 70.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 56623104)
    0555.613 (1) Dropbox chunked upload: 70.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 57147392)
    0558.878 (1) The scheduled resumption is within 45 seconds - will reschedule
    0558.880 (1) Rescheduling resumption 2: moving to 345 seconds from now (1389233569)
    0558.882 (1) To decrease the likelihood of overlaps, increasing resumption interval to: 300 + 45 = 345
    0558.883 (1) Dropbox chunked upload: 71.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 57671680)
    0562.045 (1) Dropbox chunked upload: 72.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 58195968)
    0564.530 (1) Dropbox chunked upload: 72.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 58720256)
    0566.900 (1) Dropbox chunked upload: 73.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 59244544)
    0568.645 (1) Dropbox chunked upload: 74.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 59768832)
    0570.350 (1) Dropbox chunked upload: 74.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 60293120)
    0572.708 (1) Dropbox chunked upload: 75.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 60817408)
    0574.762 (1) Dropbox chunked upload: 76.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 61341696)
    0576.887 (1) Dropbox chunked upload: 76.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 61865984)
    0579.063 (1) Dropbox chunked upload: 77.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 62390272)
    0582.941 (1) Dropbox chunked upload: 78 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 62914560)
    0584.553 (1) Dropbox chunked upload: 78.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 63438848)
    0586.150 (1) Dropbox chunked upload: 79.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 63963136)
    0588.523 (1) Dropbox chunked upload: 80 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 64487424)
    0590.476 (1) Dropbox chunked upload: 80.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 65011712)
    0592.539 (1) Dropbox chunked upload: 81.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 65536000)
    0594.667 (1) Dropbox chunked upload: 81.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 66060288)
    0597.844 (1) Dropbox chunked upload: 82.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 66584576)
    0600.444 (1) Dropbox chunked upload: 83.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 67108864)
    0601.765 (1) Dropbox chunked upload: 83.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 67633152)
    0603.349 (1) Dropbox chunked upload: 84.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 68157440)
    0605.053 (1) Dropbox chunked upload: 85.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 68681728)
    0606.969 (1) Dropbox chunked upload: 85.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 69206016)
    0609.120 (1) Dropbox chunked upload: 86.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 69730304)
    0611.167 (1) Dropbox chunked upload: 87.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 70254592)
    0614.795 (1) Dropbox chunked upload: 87.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 70778880)
    0618.266 (1) The time we have been running (316.6) is approaching the resumption interval (345) - increasing resumption interval to 347
    0618.269 (1) Dropbox chunked upload: 88.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 71303168)
    0619.769 (1) The time we have been running (318.1) is approaching the resumption interval (347) - increasing resumption interval to 349
    0619.771 (1) Dropbox chunked upload: 89.1 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 71827456)
    0621.616 (1) The time we have been running (319.9) is approaching the resumption interval (349) - increasing resumption interval to 350
    0621.618 (1) Dropbox chunked upload: 89.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 72351744)
    0623.468 (1) The time we have been running (321.8) is approaching the resumption interval (350) - increasing resumption interval to 352
    0623.469 (1) Dropbox chunked upload: 90.4 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 72876032)
    0625.588 (1) The time we have been running (323.9) is approaching the resumption interval (352) - increasing resumption interval to 354
    0625.590 (1) Dropbox chunked upload: 91 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 73400320)
    0627.682 (1) The time we have been running (326) is approaching the resumption interval (354) - increasing resumption interval to 356
    0627.684 (1) Dropbox chunked upload: 91.7 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 73924608)
    0629.784 (1) The time we have been running (328.1) is approaching the resumption interval (356) - increasing resumption interval to 359
    0629.786 (1) Dropbox chunked upload: 92.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 74448896)
    0632.590 (1) The time we have been running (330.9) is approaching the resumption interval (359) - increasing resumption interval to 361
    0632.591 (1) Dropbox chunked upload: 93 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 74973184)
    0636.198 (1) The time we have been running (334.5) is approaching the resumption interval (361) - increasing resumption interval to 365
    0636.200 (1) Dropbox chunked upload: 93.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 75497472)
    0637.570 (1) The time we have been running (335.9) is approaching the resumption interval (365) - increasing resumption interval to 366
    0637.572 (1) Dropbox chunked upload: 94.3 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 76021760)
    0639.171 (1) The time we have been running (337.5) is approaching the resumption interval (366) - increasing resumption interval to 368
    0639.173 (1) Dropbox chunked upload: 94.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 76546048)
    0641.249 (1) The time we have been running (339.5) is approaching the resumption interval (368) - increasing resumption interval to 370
    0641.252 (1) Dropbox chunked upload: 95.6 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 77070336)
    0643.119 (1) The time we have been running (341.4) is approaching the resumption interval (370) - increasing resumption interval to 372
    0643.120 (1) Dropbox chunked upload: 96.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 77594624)
    0645.147 (1) The time we have been running (343.4) is approaching the resumption interval (372) - increasing resumption interval to 374
    0645.148 (1) Dropbox chunked upload: 96.9 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 78118912)
    0647.817 (1) The time we have been running (346.1) is approaching the resumption interval (374) - increasing resumption interval to 377
    0647.818 (1) Dropbox chunked upload: 97.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 78643200)
    0650.413 (1) The time we have been running (348.7) is approaching the resumption interval (377) - increasing resumption interval to 379
    0650.415 (1) Dropbox chunked upload: 98.2 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 79167488)
    0653.725 (1) The time we have been running (352) is approaching the resumption interval (379) - increasing resumption interval to 383
    0653.728 (1) Dropbox chunked upload: 98.8 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 79691776)
    0655.326 (1) The time we have been running (353.6) is approaching the resumption interval (383) - increasing resumption interval to 384
    0655.328 (1) Dropbox chunked upload: 99.5 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 80216064)
    0657.262 (1) The time we have been running (355.6) is approaching the resumption interval (384) - increasing resumption interval to 386
    0657.263 (1) Dropbox chunked upload: 100 % uploaded (xF2vnI3kGDnlJs1H16hCkA, 80636086)
    0659.386 (1) Recording as successfully uploaded: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip (5746b7075b327f0317d72b1ad8b495dd)
    0659.409 (1) Deleting local file: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip: OK
    0659.410 (1) Dropbox: File upload success (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-uploads.zip): 78746 Kb in 325s (241 Kb/s)
    0659.647 (1) Dropbox quota usage: normal=252.1 Mb, shared=0 Mb, total=2048 Mb, available=1795.9 Mb
    0659.648 (1) Dropbox: Attempt to upload: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip to: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip
    0660.410 (1) The time we have been running (358.7) is approaching the resumption interval (386) - increasing resumption interval to 389
    0660.411 (1) Dropbox chunked upload: 100 % uploaded (HrNeRl_e_WoH4jgt9dV-Pw, 344)
    0661.696 (1) Recording as successfully uploaded: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip (f8454fc689d6bf358639d2ed89baae89)
    0661.701 (1) Deleting local file: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip: OK
    0661.702 (1) Dropbox: File upload success (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-others.zip): 0 Kb in 2s (0 Kb/s)
    0661.915 (1) Dropbox quota usage: normal=252.1 Mb, shared=0 Mb, total=2048 Mb, available=1795.9 Mb
    0661.916 (1) Dropbox: Attempt to upload: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz to: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz
    0662.891 (1) The time we have been running (361.2) is approaching the resumption interval (389) - increasing resumption interval to 392
    0662.893 (1) Dropbox chunked upload: 100 % uploaded (kxlfXyA-AfnqrHJupQ6TjQ, 110579)
    0663.837 (1) Recording as successfully uploaded: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz (31328e035f361ec309eaf78d84626300)
    0663.840 (1) Deleting local file: backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz: OK
    0663.841 (1) Dropbox: File upload success (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz): 107 Kb in 1s (56 Kb/s)
    0663.843 (1) Retain: beginning examination of existing backup sets; user setting: retain_files=2, retain_db=2
    0663.844 (1) Number of backup sets in history: 2
    0663.845 (1) Examining backup set with datestamp: 1389232665 (Jan 09 2014 01:57:45)
    0663.846 (1) 1389232665: db: this set includes a database (backup_2014-01-09-0157_Acme_Conservation_Cemetery_bd1700b52684-db.gz); db count is now 1
    0663.851 (1) The time we have been running (362.1) is approaching the resumption interval (392) - increasing resumption interval to 393
    0663.854 (1) 1389232665: this backup set remains non-empty (1/1); will retain in history
    0663.854 (1) Examining backup set with datestamp: 1389218131 (Jan 08 2014 21:55:31)
    0663.855 (1) 1389218131: db: this set includes a database (backup_2014-01-08-2155_Acme_Conservation_Cemetery_e2ff5b1dd315-db.gz); db count is now 2
    0663.857 (1) 1389218131: this backup set remains non-empty (1/1); will retain in history
    0663.858 (1) Retain: saving new backup history (sets now: 2) and finishing retain operation
    0663.859 (1) Resume backup (bd1700b52684, 1): finish run
    0663.861 (1) There were no errors in the uploads, so the 'resume' event (2) is being unscheduled
    0663.863 (1) No email will/can be sent - the user has not configured an email address.
    0663.863 (1) The backup apparently succeeded and is now complete

    Also, the web screen appears to be reporting properly now:

    Last backup job run: Thu, January 9, 2014 01:57
    Last log message: The backup apparently succeeded and is now complete (Jan 09 02:08:49)
    Backups, logs & restoring: 2 set(s) available

    So it appears that UpdraftPlus dev release is working properly. I am going to make some changes to my WP installation that will create changes in the db schema, run another backup, restore the backup and report back to you my results.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    It’s also troubling that although the backup files have been successfully uploaded to Google Drive (in the first case) and DropBox (in the second case) that UpdraftPlus is telling me that:

    Last backup job run: No backup has been completed.
    Last log message: Terminate: This backup job is already finished. (Jan 08 14:09:03)
    Backups, logs & restoring: 0 set(s) available

    This aspect of the problems I’ve been encountering with UpdraftPlus remains unresolved as well.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Ok. Got it. The error message is saying that it cannot find the wp_options table.

    So, I’m out of ideas. Is this a common problem that you have encountered? Others must have submitted support requests on this. After all, my WordPress installation is on a standard GoDaddy account. I presume that GoDaddy’s database configuration is a pretty standard setup and that db connections are not dropped so readily.

    It’s just weird that the problem is deterministic. It’s repeatable, happening in exactly the same place in the backup process at exactly the same time.

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Great! Thanks so much for making that change. I will check out v. 1.8.6.

    Regarding the database problem, so to make sure I understand you correctly, the following log entry:

    0297.008 (0) The database backup appears to have failed - the options table was not found

    leads you to believe that the database connection has dropped, or timed out? It seems to me that this is not the case for two reasons:

    0296.978 (0) Saving backup status to database (elements: 8)
    0296.988 (0) Beginning creation of database dump
    0296.990 (0) Testing: /usr/bin/mysqldump
    0297.006 (0) Working binary mysqldump found: /usr/bin/mysqldump
    0297.008 (0) The database backup appears to have failed - the options table was not found
    0297.009 (0) backup_2014-01-08-1357_Acme_Conservation_Cemetery_b717ef74f32e-db.gz: finished writing out complete database file (0 Kb)
    0297.010 (0) Total database tables backed up: 0 (backup_2014-01-08-1357_Acme_Conservation_Cemetery_b717ef74f32e-db.gz: checksum (SHA1): 288d65da244f72371de7aff8124f2900219d1a60)
    1. The timing. It appears that the first time the database is touched is at t=0296.978. By the time the error has occurred, at t=0297.008, only 30 milliseconds have passed. Definitely not enough time to time out the connection. Because this error is repeatable — it’s happening every time, it’s not a sporadic problem — I think the issue is not that the db connection is being dropped.
    2. The error message itself. The error message says that it cannot find the options table. I assume this means it cannot find wp_options? I don’t know what the options table is but the wp_options does exist, it contains data and as I said, above, I am able to export and import wp_options via phpAdmin without error.

    To me, it seems that the problem is not the db connection is being dropped; it’s that the options table cannot be found, whatever that is. When the db connection is dropped does the error message always say that “The database backup appears to have failed – the options table was not found?”

    Thread Starter Pat Garner

    (@wordpressorgpatgarnercom)

    Actually, no, the log does not show a completely successful backup:

    0297.008 (0) The database backup appears to have failed - the options table was not found

    Also, the other problem exists e.g. this is what appears after logging back into WordPress and reloading the UpdraftPlus settings page:

    Last backup job run: No backup has been completed.

    Last log message: Terminate: This backup job is already finished. (Jan 08 14:09:03)

    Backups, logs & restoring: 0 set(s) available

    And finally, just for clarification, this support thread is not about receiving email warnings, as I prefer to simply work with the logs. If you recall, my issue is that the log itself does not use the term ‘error’ or ‘warning’ when the database backup fails, and this makes it very easy to miss the failure, just as you have missed it when you said, “The log appears to show a completely successful backup.”

    Typically with log files when such a serious error occurs the word ‘error’ or ‘warning’ is displayed on the line so that a simple text search (e.g. CTRL+F) using the search term “error” or “warning” will quickly highlight the log entry where the failure occurred. So, my feedback to you is please change this:

    0297.008 (0) The database backup appears to have failed - the options table was not found

    to this:

    0297.008 (0) [Error]The database backup appears to have failed - the options table was not found

    or this:

    0297.008 (0) [WARNING]The database backup appears to have failed - the options table was not found

    or any reasonable facsimile thereof, as long as either of the two words appear on the line. If you would annotate the log entry where a failure occurs with ‘error’ or ‘warning’ it would be greatly appreciated.

Viewing 15 replies - 1 through 15 (of 22 total)