Percona XtraBackup moved to https://jira.percona.com/projects/PXB 2.3.1-beta1
Milestone information
- Active:
- No. Drivers cannot target bugs and blueprints to this milestone.
Activities
- Assigned to you:
- No blueprints or bugs assigned to you.
- Assignees:
- 21 Alexey Kopytov, 2 George Ormond Lorch III, 44 Sergei Glushchenko, 2 Tomislav Plavcic
- Blueprints:
- 7 Implemented
- Bugs:
- 62 Fix Released
Download files for this release
Release notes
NEW FEATURES
innobackupex script has been rewritten in C and it’s set as the symlink for xtrabackup. innobackupex still supports all features and syntax as 2.2 version did, but it is now deprecated and will be removed in next major release. Syntax for new features will not be added to the innobackupex, only to the xtrabackup. xtrabackup now also copies MyISAM tables and supports every feature of innobackupex. Syntax for features previously unique to innobackupex (option names and allowed values) remains the same for xtrabackup.
Percona XtraBackup can now read swift parameters from a [xbcloud] section from the .my.cnf file in the users home directory or alternatively from the global configuration file:/etc/my.cnf. This makes it more convenient to use and avoids passing the sensitive data, such as --swift-key, on the command line.
Percona XtraBackup now supports different authentication options for Swift.
Percona XtraBackup now supports partial download of the cloud backup.
Options: --lock-
BUGS FIXED
innobackupex didn’t work correctly when credentials were specified in .mylogin.cnf. Bug fixed #1388122.
--decrypt and --decompress options didn’t work with xtrabackup binary. Bug fixed #1452307.
Percona XtraBackup now executes an extra FLUSH TABLES before executing FLUSH TABLES WITH READ LOCK to potentially lower the impact from FLUSH TABLES WITH READ LOCK. Bug fixed #1277403.
innobackupex didn’t read user,password options from ~/.my.cnf file. Bug fixed #1092235.
innobackupex was always reporting the original version of the innobackup script from InnoDB Hot Backup. Bug fixed #1092380
Changelog
7 blueprints and 62 bugs targeted
Blueprint | Priority | Assignee | Delivery | |
---|---|---|---|---|
Rebase XtraBackup 2.3 on MySQL 5.6.22 | Rebase XtraBackup 2.3 on MySQL 5.6.22 | 5 Essential | Alexey Kopytov | 11 Implemented |
Rewrite innobackupex in C | Rewrite innobackupex in C | 5 Essential | Sergei Glushchenko | 11 Implemented |
Ability to store xbcloud parameters in a cnf file | Ability to store xbcloud parameters in a cnf file | 4 High | Sergei Glushchenko | 11 Implemented |
Encrypt separate files in xbstream container | Encrypt separate files in xbstream container | 1 Undefined | Sergei Glushchenko | 11 Implemented |
Implement xbstream parser for xbcloud. | Implement xbstream parser for xbcloud. | 1 Undefined | Sergei Glushchenko | 11 Implemented |
Partial download of cloud backup | Partial download of cloud backup | 1 Undefined | Sergei Glushchenko | 11 Implemented |
Support different authentication options for Swift | Support different authentication options for Swift | 1 Undefined | Sergei Glushchenko | 11 Implemented |