Percona is glad to announce the release of Percona XtraBackup 2.4.14 on May 1, 2019. You can download it from our download site and 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 2.4.14 enables saving backups to an Amazon S3, MinIO, and Google Cloud Storage (using interoperability mode) when using xbcloud. The following example demonstrates how to use an Amazon S3 storage to make a full backup:
|
1 |
$ xtrabackup --backup --stream=xbstream --extra-lsndir=/tmp --target-dir=/tmp | <br> xbcloud put --storage=s3 <br> --s3-endpoint='s3.amazonaws.com' <br> --s3-access-key='YOUR-ACCESSKEYID' <br> --s3-secret-key='YOUR-SECRETACCESSKEY' <br> --s3-bucket='mysql_backups'<br> --parallel=10 <br> ${date -I}-full_backup |
All Percona software is open-source and free.
Other bugs fixed: PXB-1771, PXB-1809, PXB-1837.
Release notes with all the improvements for version 2.4.14 are available in our online documentation. Please report any bugs to the issue tracker.
Resources
RELATED POSTS