Skip to content
Merged
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: 1 addition & 1 deletion docs/release-notes/8.4.0-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We recommend that you download the Percona XtraBackup for the same platform as t

## Improvements

[PXB-3427](https://perconadev.atlassian.net/browse/PXB-3427): Percona XtraBackup now prepares incremental backups faster. The `--prepare` command directly applies the `.delta` files. To speed up this process, use the [`--parallel=X`](../xtrabackup-option-reference.md#parallel) option, replacing `X` with the number of threads you want to use simultaneously. This option applies the delta files concurrently. For more information, see [Prepare an incremental backup](../prepare-incremental-backup.md#speed-up-the-prepare-step-with---parallel).
[PXB-3427](https://perconadev.atlassian.net/browse/PXB-3427): Percona XtraBackup now prepares incremental backups faster. The `--prepare` command directly applies the `.delta` files. To speed up this process, use the [`--parallel=X`](../xtrabackup-option-reference.md#parallel) option, replacing `X` with the number of threads you want to use simultaneously. This option applies the delta files concurrently. For more information, see [Prepare an incremental backup](../prepare-incremental-backup.md).

[PXB-3199](https://perconadev.atlassian.net/browse/PXB-3199): The `xbcloud put` operations were updated to include support for [ObjectLock-enabled AWS S3 buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html) (Thanks to volver for contributing the fix for this issue.)

Expand Down
Loading