Percona XtraBackup 8.0.35-36 has been released
Percona XtraBackup 8.0.35-36 has been released on Thursday, June 04, 2026.
Try it out using the Quickstart guide.
Starting with Percona XtraBackup 8.0.34, you can take backups of different versions of Percona Server for MySQL. See list of Supported versions.
We recommend that you download the Percona XtraBackup for the same architecture as the MySQL-compatible server. For example, if your server is on an ARM64 platform, you should download and use the Percona XtraBackup for ARM64 for that operating system.
Important
Percona XtraBackup 8.0.35-36 is the final release of the Percona XtraBackup 8.0 series.
We recommend that you either upgrade to MySQL 8.4 or stay on 8.0; we'll support you.
Percona XtraBackup 8.0.35-36 release contains the following improvements:
-
Percona XtraBackup adds support for Azure Storage accounts with Hierarchical Namespace (HNS) enabled in
xbcloud delete. Percona XtraBackup now correctly removes backups from Azure Data Lake Storage Gen2 environments where deletion previously failed due to unsupported HNS behavior. -
Percona XtraBackup improves sparse file handling efficiency by removing redundant
fallocate(PUNCH_HOLE)calls fromlocal_write_sparse.