New Features
Percona XtraBackup 2.3 command line syntax has been changed to follow command-line-option guidelines.
Bugs fixed
xbcloud contained password in the processlist which would allow an unprivileged user privileged access to the swift service, and more likely the entire openstack deploy for which keystone is providing the identity service. Bug fixed #1447610.
Percona XtraBackup 2.3 didn’t set wait_timeout session variable in order to prevent server to kill the connection while it is copying data files. Bug fixed #1495367.
xbcloud would fail to create a container with error: curl_easy_perform() failed: Failed sending data to the peer. Bug fixed #1500508.
In some cases streaming backup could be corrupted due to a broken pipe error, particularly if error occurred when xtrabackup copied set of tiny files (*.frm or similar), but xtrabackup would not notice it and complete successfully. Bug fixed #1452387.
xtrabackup 2.3 now adds timestamps to the STDERR output. Bug fixed #1454692.
Stream decryption would fail if the encryption options were in my.cnf configuration file because they were ignored by innobackupex. Bug fixed #1190335.
Fixed broken out-of-source tree builds in 2.3 trunk. Bug fixed #1457016.
Percona XtraBackup now supports --datadir as a command line option. Bug fixed #1042887.