2015-09-20



Hello friends! This is a new release by iThemes: BackupBuddy 6.3.2.3, one of the best WordPress backup and restore plugins in the market. It just fixed a small bug in this release.

Download iThemes BackupBuddy 6.3.2.3 – 2015.09.09 – Changelog

You can see the latest changes below:

6.2.2.3 – 2015-08-10 – Dustin Bolton
Fixed global $wp_version being too late during rollback resulting in version not being shown in the status box correctly. – Glenn Ansley
Multisite: Fixed Licensing tab on Settings page pointing to wrong URL. – Glenn Ansley
Added escaping to remote destination titles. – Glenn Ansley
Remote Destinations: Fixed remote archive limiting for files type backups being limited to the full limit count in some destinations.
ENHANCEMENT:
Added shutdown function logging for remote sends to aid troubleshooting due to PHP errors such as lack of memory.
ENHANCEMENT:
When viewing backup or remote send logs, the log filename and last modified time (absolute & relative) are displayed below the log.
ENHANCEMENT:
Schedules: Added new Quarterly interval.
Schedules: Added new Twice Yearly interval.
Google Drive: Fixed backup limits per type not properly limiting based on the correct type, thinking all remote backups were of the current type being sent.
Dropbox2 destination: Updated chunking recommendation to suggest 80mb rather than 0. Default was already 80mb though.
ENHANCEMENT:
Added new ‘Details’ link when viewing Recently Sent Files on Remote Destinations page.
Fixed PHP warning when cancelling all in progress backups or transfers if there is an unfinished remote send in progress. – Glenn Ansley
Updated cron suggestion text on Servers Tools -> Cron page providing information about ways to improve cron reliability. – Glenn Ansley
FEATURE:
Added new beta s32 destination (Amazon S3 version 2).
Supports BURSTING in addition to chunking. Handles variations in server speeds better, uses less memory. Handles server timeouts better.
Supports new s3 regions previously unsupported due to new authentication method.
Requires PHP v5.3 or newer to be available.
Better than previous s3 destination which will become legacy on release from beta.
s32 destination supports WordPress proxy set with WP_PROXY_HOST, WP_PROXY_PORT, WP_PROXY_USERNAME, and WP_PROXY_PASSWORD. Only WP_PROXY_HOST is required.
Misc bug fixes, UI tweaks.

6.2.2.4 – 2015-08-10 – Dustin Bolton
s32 destination: Added support for custom WordPress proxy.

6.2.2.6 – 2015-08-12 – Dustin Bolton
Fixed deploy_sendWait() identifier being set too late for logging. – Glenn Ansley
Now storing mysql version in backup DAT file. (via $wpdb->db_version()).
ImportBuddy: If importing a backup created with mysql < 5.1 and the new server is 5.1+ then a warning #7001 will be logged indicating that there may be SQL syntax problems due to mysql syntax change of TYPE= changing to ENGINE=. Handled in restore.php connectDatabase().
ImportBuddy: If above warning #7001 is thrown then mysqlbuddy will implement hotfix #7001 which replaced TYPE= with ENGINE= in table CREATE statements with PHP-based imports.

6.3.0.0 – 2015-08-17 – Dustin Bolton
Remote destinations:

New Amazon S3 v2 remote destination.

Supports BURSTING in addition to chunking. Handles variations in server speeds better, uses less memory. Handles server timeouts better.
Supports new s3 regions previously unsupported due to new authentication method.
Requires PHP v5.3 or newer to be available.
Better than previous s3 destination which will become legacy on release from beta.
Supports WordPress proxy settings.

Amazon S3 v1

Improved S3 chunking reliability.

Rackspace Cloud Files

Added new option to “Use internal service net” to modify the storage URL to prefix with “snet-” so that external data charges may not apply if site is also hosted within Rackspace.
Added improved authentication error handling. Now provides more details on why it authentication may have failed.

Multiple small bug fixes & UI improvements.
Significantly increased troubleshooting capabilities with enhanced error emails, better logging, and PHP error detection and logging.
Added new “View Details” option when viewing recently sent files to see more details about the transfer.
New option under “View recently sent files” to force a retry attempt now for any transfer not marked as a ‘success’.
Remote Sends will by default attempt to resend a timed out file transfer ONCE if it fails.
Stash, S3, and S32 destinations now display a progress bar under View Recently Sent Files section of Remote Destinations page when a multipart send is currently in progress.

Backups:

More information now provided within Backup Details including time of last update to the status log.
Better handling of multiple backups running at the same time.
Active plugins listing during backup now lists total count as well.
Multiple browser performance enhancements.

Deployment:

You may now selectively choose which plugins to transfer in deployment rather than just all or none.
Performance improvements for users with large numbers of files.
Multiple small bug fixes & UI improvements.
Added indicator displaying the numerical count of tables selected for deployment.

Scheduling:

Added new Quarterly interval.
Added new Twice Yearly interval.
Scheduled backup timeout email now notes backup zip filename that reported failure to help match error emails to the backup that failed to send.

Settings:

New “Force cancel of all backups & transfers” button to Settings page’s Other tab.
Added new “Delete ALL temporary files & logs regardless of age” button to Settings: Other tab.
New option (enabled by default) to attempt to re-send transfers officially detected as ‘timed out’ once per file. An attempt is either the entire file send or a single chunk resend.

ImportBuddy:

ImportBuddy now migrates custom wp-config.php defines of WP_CONTENT_DIR and WP_CONTENT_URL.
Options table is no longer required for restoring a database.
ImportBuddy cookie expiration increased from 1 hour to 24 hours.

Overall:

New ‘Recent Activity’ tab on Settings page to help track some recent BackupBuddy activity.
Better handling of smaller screen sizes for improved usability, especially on mobile or other small devices.
By default BackupBuddy no longer attempts to increase maximum PHP execution time by overriding it as this typically is blocked by hosts and prevents detecting available execution time. New Advanced Settings option “Attempt to override PHP max execution time” which when enabled results in functionality as before this update.

6.3.1.0 – 2015-08-19 – Dustin Bolton
FEATURE:
All destinations now have an Advanced Option to disable the destination. When disabled the destination cannot be sent to and remote files cannot be viewed until re-enabling.
Updated changed Google Drive destination setup instructions due to Goggle updating API configuration process.
Amazon S2 v2 destination: Fixed issue where backups sent to a folder would appear in the root of the bucket.

6.3.1.1 – 2015-08-20 – Dustin Bolton
Fixed remote send retries failing due to blank filename. Caused by trying to load filenames from ‘files’ key instead of new ‘file’ key in remoteSendRetry().
Added more details to error messages when forcing a retry of send fails.
Added logging to note when a remote send step is triggered due by the automatic retry system.
Fixed retry count not incrementing when manually resending a failed remote send.
Added a failsafe for remote sends that began over one month ago. Sends started over a month ago will bail rather than attempting to send. This is a failsafe to prevent any potential runaway sends.
Added s32 multipart cleanup for any ‘hanging’ multipart uploads to periodic cleanup function.

6.3.1.2 – 2015-08-21 – Dustin Bolton
dropbox2: Removed 64-bit integer requirement from blocking destination from running.

6.3.1.3 – 2015-08-25 – Dustin Bolton
Removed redundant saving/loading indicator when saving remote destination changes.
Fixed log size trim email incorrectly specifying the log size in KB.
ImportBuddy: Fixed issue where chunked imports of tables could result in skipping import of some file portions, resulting in import issues.
ImportBuddy: Fixed premature output of greedy script limit logging prior to log function declaration in JS.
FEATURE: ImportBuddy: Added button to download Status Log as a .txt file.
set_greedy_script_limits() now logs detected execution times even if not modifying them.
ImportBuddy: Status log container is now resizable by dragging the lower left handle.

6.3.2.0 – 2015-08-31 – Dustin Bolton
ImportBuddy: Prior database settings input form items now set to readonly instead of disabled to prevent some browsers from blocking highlighting and copying.
S32 destination: Fixed bucket information retreival not containing error details.
Stash destination: Updated manage URL to improved Sync Stash panel: https://sync.ithemes.com/stash/
Server Tools page: Fixed plugins directory calculation. – Glenn Ansley
S3 v2 destination: Better verification that a deleted file was actually deleted.
Misc minor fixes.
Full release of 6.3.1.1-6.3.1.3.

6.3.2.2 – 2015-09-01 – Dustin Bolton
Fixed additional text showing in S3 v2 test alert.
S3 v2 Destination: Fixed problems sending files to new regisions such as Frankfurt in some cases.
S3 v2 Destination: Fixed problem with using buckets with periods in the name.
S3 v2 Destination: Bucket is no longer an Advanced Option as it is now reguired to be correct; no longer guessing region. New v4 signature regions require the region be encoded in the signature so it must be known.
S3 v2 Destination: Fixed write speed calculation being based off time() instead of microtime(true) resulting in less accurate write speed calculations.
Updated many instances of time() with microtime(true) for better resolution on time calculations that may run faster than 1 second for better resolution.
Removed majority of styles from legacy jquery ui CSS only used by tooltip. – Glenn Ansley
force_single_db_file setting now stored in DAT file as it is needed for regenerating integrity check if caches scan if lost. – Glenn Ansley
Maintenance mode (activated via .maintenance file) now sends a 503 HTTP status code with a retry time of 1 hour to better instruct search engines on how to handle the site being down.

6.3.2.3 – 2015-09-09 – Dustin Bolton
S3 (v2) Remote Destination: Fixed error when trying to list remote multipart upload parts.

Currently paying subscribers will find the updated download link in your account page.

Otherwise, join the club and start enhancing your WordPress websites today.

The post Just updated: BackupBuddy 6.3.2.3 download (2015.09.09) appeared first on HARLOND GPL CLUB.

Show more