Percona is glad to announce the release of Percona XtraBackup 2.1.6 on November 25th, 2013. Downloads are available from our download site here and Percona Software Repositories.
This release is the current GA (Generally Available) stable release in the 2.1 series. Percona XtraBackup is an open source, free MySQL hot backup software that performs non-blocking backups for InnoDB and XtraDB databases. Percona XtraBackup is an open source, free MySQL hot backup software that performs non-blocking backups for InnoDB and XtraDB databases.
New Features:
innobackupex --force-non-empty-directories option has been implemented. When specified, it makes innobackupex --copy-back option or innobackupex --move-back option transfer files to non-empty directories. No existing files will be overwritten. If --copy-back or --move-back has to copy a file from the backup directory which already exists in the destination directory, it will still fail with an error.Bugs Fixed:
innobackupex --copy-back would fail if innodb_data_home_dir is empty. Bug fixed #1049291.
innobackupex --version-check is now on by default. Bug fixed #1227988.
xtrabackup_slave_info file didn’t contain any GTID information, which could cause master_auto_position not to work properly. Bug fixed #1239670.
CRC32 as the default checksum algorithm. This could cause error if the innodb_checksum_algorithm value was changed to strict_innodb value after a restore. Bug fixed #1247586.
innodb_checksum_algorithm value to backup-my.cnf. This value is needed because it affects the on-disk data format. Bug fixed #1248065.
innobackupex --no-version-check option has been introduced to disable it. Bug fixed #1248900.
innodb_data_file_path variable. Bug fixed #382742.
NFS mount in some NFS configurations, because it was trying to preserve file ownership. Bug fixed #943750.
mkdir (i.e. test) outside of the server which could lead to inconsistencies during the Percona XtraDB Cluster State Snapshot Transfer. Bug fixed #1217426.
my.cnf, Percona XtraBackup was unable to perform the backup. Bug fixed #1227240.
start_query_killer child code could cause parent MySQL connection to close. Bug fixed #1239728.Other bugs fixed: #1248488, #1247057, #1250738, #1214274.
Release notes with all the bugfixes for Percona XtraBackup 2.1.6 are available in our online documentation. All of Percona‘s software is open source and free, all the details of the release can be found in the 2.1.6 milestone at Launchpad. Bugs can be reported on the launchpad bug tracker.
Resources
RELATED POSTS