-
Notifications
You must be signed in to change notification settings - Fork 40
PXB-3735 [Doc] Release notes for - PXB 8.4.0-6 #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alina-derkach-oaza
wants to merge
1
commit into
8.4
Choose a base branch
from
PXB-3735
base: 8.4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # Percona XtraBackup 8.4.0-6 (2026-05-) | ||
|
|
||
| Get started with [Quickstart Guide for Percona XtraBackup]. | ||
|
|
||
| ## Release highlights | ||
|
|
||
| Percona XtraBackup 8.4.0-6 release includes new features, improvements and bug fixes. | ||
|
|
||
| * Percona XtraBackup introduces the [`--check-tables`](../innodb-btree-check.md) option to validate the structural integrity of InnoDB B-tree indexes during the [`--prepare`](xtrabackup-option-reference.md#prepare) phase. Validation during `--prepare` helps detect corrupted indexes before restore or production deployment. | ||
|
|
||
| * Percona XtraBackup introduces [backup size reporting](../backup-size-reporting.md) for successful backups. Percona XtraBackup now records backup size in `xtrabackup_info` and reports the same information in the XtraBackup error log. Backup size reporting helps estimate storage requirements, check that backups work correctly, and plan restores for compressed and streamed backups. | ||
|
|
||
| * Percona XtraBackup improves `--copy-back` and `--move-back` handling for backups created from servers with non-default InnoDB configuration paths. Percona XtraBackup now automatically processes configuration values stored in `backup-my.cnf`, avoiding restore failures caused by custom `innodb_data_file_path` and related settings. | ||
|
|
||
| * Percona XtraBackup improves `xbcloud delete` support for Azure Storage accounts with Hierarchical Namespace enabled. `xbcloud` now correctly handles recursive deletion ordering to avoid Azure `non-empty directory` errors during backup removal. | ||
|
|
||
| We recommend that you download the Percona XtraBackup for the same platform 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. | ||
|
|
||
| ## New features | ||
|
|
||
| [PXB-3328](https://perconadev.atlassian.net/browse/PXB-3328): Adds the `--check-tables` option to validate InnoDB B-tree index integrity during the `--prepare` phase. The option detects structural corruption in backup files before restore or deployment. | ||
|
|
||
| [PXB-3747](https://perconadev.atlassian.net/browse/PXB-3747): Adds backup size reporting for successful backups. Percona XtraBackup now records backup size in `xtrabackup_info` and reports the same information in the XtraBackup error log. | ||
|
|
||
| ## Improvements | ||
|
|
||
| [PXB-3458](https://perconadev.atlassian.net/browse/PXB-3458): Improves `--copy-back` and `--move-back` handling for backups created from servers with non-default InnoDB configuration paths. Percona XtraBackup now automatically processes configuration values stored in `backup-my.cnf`, avoiding restore failures caused by custom `innodb_data_file_path` and related settings. | ||
|
|
||
| [PXB-3643](https://perconadev.atlassian.net/browse/PXB-3643): Improves `xbcloud delete` support for Azure Storage accounts with Hierarchical Namespace enabled. `xbcloud` now correctly handles recursive deletion ordering to avoid Azure `non-empty directory` errors during backup removal. | ||
|
|
||
| ## Bug fixes | ||
|
|
||
| [PXB-3568](https://perconadev.atlassian.net/browse/PXB-3568): Fixed an issue where `xtrabackup` could exit on RHEL 9 when using `--compress=lz4`. | ||
|
|
||
| [PXB-3543](https://perconadev.atlassian.net/browse/PXB-3543): Fixed a performance issue where incremental backups became extremely slow on instances containing around one million tables. | ||
|
|
||
| [PXB-3658](https://perconadev.atlassian.net/browse/PXB-3658): Removed redundant `fallocate(PUNCH_HOLE)` calls from `local_write_sparse` to improve sparse file handling efficiency. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This also is a performance improvement. |
||
|
|
||
| [PXB-3759](https://perconadev.atlassian.net/browse/PXB-3759): Fixed an issue where `xtrabackup` could exit when redo log encryption was enabled and `innodb_log_buffer_size` exceeded 16 MB. | ||
|
|
||
| [PXB-3762](https://perconadev.atlassian.net/browse/PXB-3762): Fixed an issue where `xtrabackup --backup --transition-key` could exit unexpectedly on servers where undo tablespace encryption keys existed only in redo logs. | ||
|
|
||
| ## Packaging notes | ||
|
|
||
| * Percona XtraBackup 8.4 adds support for Ubuntu 26.04. | ||
|
|
||
| ## Additional resources | ||
|
|
||
| Install [Percona XtraBackup 8.4.0-6](..//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/) | ||
|
|
||
| [Quickstart Guide for Percona XtraBackup]: ..//quickstart-overview.md | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| # variables for HTML output | ||
|
|
||
| release: '8.4.0-5' | ||
| release: '8.4.0-6' | ||
| version: '8.4' | ||
| vers: '8.4' # is used in links and to specify a product version | ||
| pkg: 'pxb-84-lts' | ||
| release-date: '2025-12-17' | ||
| title_date: '2025-12-17' | ||
| amzn: '8.4.0-5.1.amzn2023' | ||
| release-date: '2026-05-' | ||
| title_date: '2026-05-' | ||
| amzn: '8.4.0-6.1.amzn2023' |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a performance improvement. Should go to improvements.