Percona is glad to announce the release of Percona XtraBackup 2.0.8 on September 4, 2013. Downloads are available from our download site here and Percona Software Repositories. Percona XtraBackup is the world’s only open-source, free MySQL hot backup software that performs non-blocking backups for InnoDB and XtraDB databases.
This release is the current GA (Generally Available) stable release in the 2.0 series.
Bugs Fixed:
- Percona XtraBackup 2.0 will now be offered in Percona Software Repositories. Bug fixed #1190055
- Percona XtraBackup would assume the table has been dropped if the tablespace was renamed after it was scanned by Percona XtraBackup on startup and before Percona XtraBackup attempted to copy it. Bug fixed #1079700.
- Fixed the
libssl.so.6
dependency issues in binary tarballs releases. Bug fixed #1172916. - Orphaned
xtrabackup_pid
file left inside tmpdir could cause SST to fail. Fixed by fix checking ifxtrabackup_pid
file exists once innobackupex starts, and try to remove it or fail if it cannot be removed. Bug fixed #1175860. - During the backup process loading tablespaces was started before the log copying, this could lead to a race between the datafiles state in the resulting backup and
xtrabackup_logfile
. Tablespace created at a sensitive time would be missing in both the backup itself and as the corresponding log record inxtrabackup_logfile
, so it would not be created on innobackupex –apply-log either. Bug fixed #1177206. - innobackupex automatic version detection did not work correctly for latest Percona Server and MySQL 5.1 releases which could cause innobackupex to fail. Bugs fixed #1181092 and #1181099.
- Difference in behavior between InnoDB 5.5 and 5.6 codebases in cases when a newly created tablespace has uninitialized first page at the time when Percona XtraBackup opens it while creating a list of tablespaces to backup would cause assertion error. Bug fixed #1187071.
- Debug builds would fail due to compiler errors on Ubuntu Quantal/Raring builds. Fixed compiler warnings by backporting the corresponding changes from upstream. Bug fixed #1192454.
- Percona XtraBackup would stop in case log block numbers had to wrap around, which only happens once per 1
GB
of log writes, and the wrap-around point was between the last checkpoint and the current log tail at the time the backup starts. Bug fixed #1206309. xtrabackup_56
binary would fail to create a suspend file, which would result in an error. Bug fixed #1210266.- Under some circumstances Percona XtraBackup could fail on a backup prepare with
innodb_flush_method=O_DIRECT
whenXFS
filesystem was being used. Bug fixed #1190779. - Percona XtraBackup didn’t recognize checkpoint
#0
as a valid checkpoint on xtrabackup –prepare which would cause an error. Bug fixed #1196475. - xtrabackup –stats option would not work with server
datadir
if the server isn’t running and logs were in a separate directory. Bug fixed #1174314.
Other bug fixes: bug fixed #1097434, bug fixed #1214272, bug fixed #1211173, bug fixed #1201599, bug fixed #1097444, bug fixed #1042796, bug fixed #1214730, bug fixed #1204463, bug fixed #1197249, bug fixed #1196894, bug fixed #1194813, bug fixed #1183500, bug fixed #1177182, bug fixed #1175309, bug fixed #1201686, bug fixed #1182995, bug fixed #1175566.
Release notes with all the bugfixes for Percona XtraBackup 2.0.8 are available in our online documentation. Bugs can be reported on the launchpad bug tracker.