Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona XtraBackup 8.0 release notes index

* [Percona XtraBackup 8.0.35-36 (2026-06-04)](release-notes/8.0/8.0.35-36.0.md)

* [Percona XtraBackup 8.0.35-35 (2026-01-26)](release-notes/8.0/8.0.35-35.0.md)

* [Percona XtraBackup 8.0.35-34 (2025-08-11)](release-notes/8.0/8.0.35-34.0.md)
Expand Down
43 changes: 43 additions & 0 deletions docs/release-notes/8.0/8.0.35-36.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Percona XtraBackup 8.0.35-36 (2026-06-04)

Get started with [Quickstart Guide for Percona XtraBackup](..//..//quickstart-overview.md).

## Supported versions

Starting with Percona XtraBackup 8.0.34, you can take backups of Percona Server for MySQL and MySQL version 8.0.34 or later within the 8.0.x series.

Check the latest list of all [Supported versions](..//..//supported-versions.md).

## Release highlights

Percona XtraBackup 8.0.35-36 release includes improvements and bug fixes.

* Percona XtraBackup adds support for Azure Storage accounts with [Hierarchical Namespace (HNS)](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-namespace) 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 from `local_write_sparse`.

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.

## Improvements

* [PXB-3643](https://perconadev.atlassian.net/browse/PXB-3643): Adds support for Azure Storage accounts with [Hierarchical Namespace (HNS)](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-namespace) 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.

* [PXB-3658](https://perconadev.atlassian.net/browse/PXB-3658): Improves sparse file handling efficiency by removing redundant `fallocate(PUNCH_HOLE)` calls from `local_write_sparse`.

## Bug fixes

* [PXB-3568](https://perconadev.atlassian.net/browse/PXB-3568): Fixed an issue where `xtrabackup` terminated unexpectedly on RHEL 9 when using `--compress=lz4`.

* [PXB-3759](https://perconadev.atlassian.net/browse/PXB-3759): Fixed an issue where `xtrabackup` terminated unexpectedly when redo log encryption was enabled and `innodb_log_buffer_size` exceeded 16 MB.

## Packaging notes

* Percona XtraBackup 8.0 adds support for Ubuntu 26.04.

## Useful links

Install [Percona XtraBackup 8.0](..//..//installation.md)

The [Percona XtraBackup GitHub repository](https://github.com/percona/percona-xtrabackup)

Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads)
2 changes: 1 addition & 1 deletion docs/templates/pdf_cover_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{% if config.site_description %}
<h1>{{ config.site_description }}</h1>
{% endif %}
<h2>8.0.35-35 (January 26, 2026)</h2>
<h2>8.0.35-36 (June 04, 2026)</h2>
<!--<h3>Percona Technical Documentation Team</h3>-->
1 change: 1 addition & 0 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ nav:
- get-help.md
- Release notes:
- Release notes index: release-notes.md
- release-notes/8.0/8.0.35-36.0.md
- release-notes/8.0/8.0.35-35.0.md
- release-notes/8.0/8.0.35-34.0.md
- release-notes/8.0/8.0.35-33.0.md
Expand Down
10 changes: 5 additions & 5 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# variables for HTML output

release: '8.0.35-35'
update: '8.0.35-35'
release: '8.0.35-36'
update: '8.0.35-36'
version: '8.0'
pkg: 'pxb-80'
release-date: '2026-01-26' # if a version is updated, change this date
title_date: '2026-01-26' # if a version is updated, change this date
amzn: '8.0.35-35.0.amzn2023.x86_64'
release-date: '2026-06-04' # if a version is updated, change this date
title_date: '2026-06-04' # if a version is updated, change this date
amzn: '8.0.35-36.0.amzn2023.x86_64'
Loading