# Percona XtraBackup 8.0.30-23 (2022-11-14) | Release date | November 14, 2022 | |---|---| | 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 paid [support](https://www.percona.com/services/support), [managed services](https://www.percona.com/services/managed-services) or [consulting services](https://www.percona.com/services/consulting), contact [Percona Sales](https://www.percona.com/about-percona/contact). For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me). ## Release highlights The [Take an incremental backup using page tracking](../../page-tracking.md) feature is [Generally Available (GA)](../../glossary.md#general-availability-ga). The following features and improvements introduced in Percona XtraBackup 8.0.30-23 are available only in [tech preview](../../glossary.md#tech-preview): * Percona XtraBackup adds support for [`Zstandard (ZSTD)`](../../create-compressed-backup.md) compression algorithm. `ZSTD` is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. * Percona XtraBackup implements the [`Smart memory estimation`](../../smart-memory-estimation.md) feature to compute the memory required to `--prepare` a backup. Percona XtraBackup has extended the crash recovery logic to extract the formula used to allocate memory. Now, in the backup phase, while copying redo log entries, Percona XtraBackup computes the required memory for `--prepare`. Percona XtraBackup also takes into consideration the number of InnoDB pages to be fetched from the disk. Percona XtraBackup checks the server's available free memory and uses that memory up to the limit specified in the `--use-free-memory-pct` option to run `--prepare`. ## New features [PXB-2669](https://jira.percona.com/browse/PXB-2669): Implements support for `Zstandard (ZSTD)` compression algorithm. ## Improvements [PXB-2710](https://jira.percona.com/browse/PXB-2710): Implements support for `Smart Memory Estimation`. [PXB-2844](https://jira.percona.com/browse/PXB-2844): Adjusts the logic to detect multi-threaded slave. ## Bug fixes [PXB-2681](https://jira.percona.com/browse/PXB-2681): Percona XtraBackup got stuck during incremental backup prepare of encrypted tables. [PXB-2517](https://jira.percona.com/browse/PXB-2517): Check if files-from is successfully closed before rsync (Thanks to Garen Chan for the patch.) [PXB-2702](https://jira.percona.com/browse/PXB-2702): Backup failed when undo truncation log is present (Thanks to Dmitry Smal for his contribution to the initial patch.) [PXB-2729](https://jira.percona.com/browse/PXB-2729): Percona XtraBackup compilation failed if GTest packages are installed. [PXB-2810](https://jira.percona.com/browse/PXB-2810): Percona XtraBackup crashed when AIO initialization failed (Thanks to Yan Huang for the patch.) [PXB-2840](https://jira.percona.com/browse/PXB-2840): Xbcloud attempted to create a non-existing bucket. [PXB-2874](https://jira.percona.com/browse/PXB-2874): When Percona XtraBackup generated a new master key on [--copy-back] or [--move-back], the master key id was reset back to 1. [PXB-2809](https://jira.percona.com/browse/PXB-2809): `wsrep_sync_wait<>0` caused `Lock wait timeout exceeded; try restarting transaction` error (Thanks to Frank Well for providing the initial patch.) ## Platform support Percona XtraBackup 8.0.30 supports Oracle Linux/Red Hat Enterprise Linux 9. ## 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) [--copy-back]: ../../../../xtrabackup-option-reference.md#copy-back [--move-back]: ../../../../xtrabackup-option-reference.md#move-back