Percona XtraBackup 1.5-Beta is now available for download.
This release adds additional functionality to Percona XtraBackup 1.4, the current general availability version of XtraBackup.
This is a beta release.
Functionality Added or Changed
- Support for MySQL 5.5 databases has been implemented. (Yasufumi Kinoshita)
- XtraBackup can now be built from the MySQL 5.1.52, MySQL 5.5.7, or Percona Server 5.1.53-12 code bases (fixes bug #683507). (Alexey Kopytov)
- The program is now distributed as three separate
binaries:
- xtrabackup - for use with Percona Server with the built-in InnoDB plugin
- xtrabackup_51 - for use with MySQL 5.0 & 5.1 with built-in InnoDB
- xtrabackup_55 - for use with MySQL 5.5 (this binary is not provided for the …