# Percona XtraBackup 8.0.31-24 (2023-02-07) | Release date | February 7, 2023 | |---|---| | Install instructions | [Install Percona XtraBackup](https://www.percona.com/doc/percona-xtrabackup/8.0/installation.html) | | Download this version | [Percona XtraBackup 8.0](https://www.percona.com/downloads/Percona-XtraBackup-LATEST/) | [Percona XtraBackup for MySQL Databases](https://www.percona.com/software/mysql-database/percona-xtrabackup) enables MySQL backups without blocking user queries. Percona XtraBackup is 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, Percona XtraBackup drives down backup costs while providing unique features for MySQL backups. For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me). ## Release highlights This release adds the ability to use an IAM instance profile when running xbcloud from an EC2 instance. An IAM instance profile does not need the `--s3-secret-key` nor the `--s3-access-key` but the profile has a six-hour lifespan. With this version, `qpress`/`QuickLZ` are deprecated. ## New features [PXB-2856](https://jira.percona.com/browse/PXB-2856): Use [IAM instance profile when running xbcloud from an EC2 instance](../../xbcloud-iam-profile.md). [PXB-2869](https://jira.percona.com/browse/PXB-2869): A warning is printed on backup that qpress/QuickLZ is deprecated. ## Bug fixes [PXB-2890](https://jira.percona.com/browse/PXB-2890): XtraBackup did not compress already compressed tables. [PXB-2928](https://jira.percona.com/browse/PXB-2928): XtraBackup exits with signal 11 when taking a backup using page tracking. [PXB-2854](https://jira.percona.com/browse/PXB-2854): Fixed a memory corruption issue in QuickLZ. [PXB-2925](https://jira.percona.com/browse/PXB-2925): The PXB start_lsn, during the prepare phase, did not match the redo file start LSN when a wait was added in the backup phase after calling `recv_find_max_checkpoint` and before copying the checkpoint header. [PXB-2964](https://jira.percona.com/browse/PXB-2964): XtraBackup required a very high open files limit. [PXB-2959](https://jira.percona.com/browse/PXB-2959): XtraBackup now compiles on platforms with OpenSSL 3.0. [PXB-2971](https://jira.percona.com/browse/PXB-2971): XtraBackup copied local manifest files which caused node failures when the files overrode settings on another node. ## Deprecation and removal Starting with Percona XtraBackup 8.0.31-24, using qpress/QuickLZ to compress backups is deprecated and may be removed in future versions. We recommend using either the `LZ4` or the Zstandard (`ZSTD`) compression algorithms. ## Useful links * The [Percona XtraBackup GitHub location](https://github.com/percona/percona-xtrabackup) * [Contribute to the documentation](https://github.com/percona/pxb-docs/blob/8.0/contributing.md)