diff --git a/docs/release-notes/8.4.0-3.md b/docs/release-notes/8.4.0-3.md index 763f98f6..b857e3cd 100644 --- a/docs/release-notes/8.4.0-3.md +++ b/docs/release-notes/8.4.0-3.md @@ -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.)