Percona is glad to announce the release of Percona XtraBackup 8.0.5 on March 4, 2019. Downloads are available from our download site and from apt and yum repositories.
Percona XtraBackup enables MySQL backups without blocking user queries, making it ideal for companies with large data sets and mission-critical applications that cannot tolerate long periods of downtime. Offered free as an open source solution, it drives down backup costs while providing unique features for MySQL backups.
Percona XtraBackup 8.0.5 introduces the support of undo tablespaces created using the new syntax (CREATE UNDO TABLESPACE) available since MySQL 8.0.14. Percona XtraBackup also supports the binary log encryption introduced in MySQL 8.0.14.
Two new options were added to xbstream. Use the --decompress option with xbstream to decompress individual qpress files. With the --decompress-threads option, specify the number of threads to apply when decompressing. Thanks to Rauli Ikonen for this contribution.
This release of Percona XtraBackup is a General Availability release ready for use in a production environment.
All Percona software is open-source and free.
Please note the following about this release:
$ xtrabackup --backup --target-dir=/data/backup
mysql_upgrade from MySQL 8.0.x
yum or apt repositories to install Percona XtraBackup 8.0.5, ensure that you have enabled the new tools repository. You can do this with the percona-release enable tools release command and then install the percona-xtrabackup-80 package.ib_buffer_pool file with the latest pages present in the buffer pool using the --dump-innodb-buffer-pool option. Thanks to Marcelo Altmann for contribution.
--decompress option enables xbstream to decompress individual qpress files. The --decompress-threads option controls the number of threads to apply when decompressing. Thanks to Rauli Ikonen for this contribution.--lock-ddl-per-table caused the server to scan all records of partitioned tables which could lead to the “out of memory” error. Bugs fixed PXB-1691 and PXB-1698.
--slave-info, incorrect coordinates were written to the xtrabackup_slave_info file. Bug fixed PXB-1737
innodb-rollback-segments was changed after starting the MySQL Server. Bug fixed PXB-1785.
--innodb-encrypt-tables parameter. Bug fixed PXB-1793.Other bugs fixed: PXB-1632, PXB-1715, PXB-1770, PXB-1771, PXB-1773.
Resources
RELATED POSTS