Percona is glad to announce the release of Percona XtraBackup 1.6.3 on 22 September, 2011 (Downloads are available here and from the Percona Software Repositories).
This release is purely composed of bug fixes and is the current stable release of Percona Xtrabackup.
If the innodb_file_per_table
server option is been used and DDL operations, TRUNCATE TABLE
, DROP/CREATE the_same_table
or ALTER
statements on InnoDB tables are executed while taking a backup, an upgrade to XtraBackup 1.6.3 is strongly recommended. Under this scenario, if the server version is prior to 5.5.11 in 5.5 series or prior to 5.1.49 in 5.1 series, a server upgrade is also recommended.
All of Percona’s software is open-source and free, all the details of the release and its development process can be found in the 1.6.3 milestone at Launchpad.
Bugs Fixed
-
Streaming backups did not work for compressed InnoDB tables due to missing support for compressed pages in
tar4ibd
. Bug Fixed: #665210 (Alexey Kopytov).
-
XtraBackup failed when
innodb_flush_method
in the server configuration file was set toALL_O_DIRECT
. Bug Fixed: #759225 (Alexey Kopytov).
-
Due to a regression introduced in XtraBackup 1.6.2,
innobackupex --copy-back
did not work if thextrabackup
binary was not specified explicitly with the--ibbackup
option. Bug Fixed: #817132 (Alexey Kopytov).
-
The
--slave-info
option now works correctly with--safe-slave-backup
when either--no-lock
or--incremental
is also specified. Bug Fixed: #834657 (Alexey Kopytov).
-
tar4ibd
could fail with an error when processing doublewrite pages. Bug Fixed: #810269 (Alexey Kopytov).
- Unsupported command line options could cause a tar4ibd crash. Such options have been removed. Bug Fixed: #677279 (Alexey Kopytov).
-
Executing DDL operations,
TRUNCATE TABLE
,DROP/CREATE the_same_table
orALTER
statements on InnoDB tables while taking a backup could lead to axtrabackup
failure due to a tablespace ID mismatch when using per-table tablespaces. Note that this fix may not work correctly with MySQL 5.5 or Percona Server 5.5 prior to version 5.5.11. 5.1 releases from 5.1.49 or higher have been confirmed not to be affected. If theinnodb_file_per_table
option is been used, an upgrade to XtraBackup 1.6.3 isstrongly recommended. Under this scenario, if the server version is prior to 5.5.11 in 5.5 series or prior to 5.1.49 in 5.1 series, a server upgrade is alsorecommended. Bug Fixed: #722638 (Alexey Kopytov).
Other Changes
More Information
For more information, please see the following links:
- Downloads: Binary distributions, Percona Software Repositories
PlanetMySQL Voting: Vote UP / Vote DOWN