Skip to content

Commit

Permalink
br: remove experimental feature notice for encryption
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Mou <[email protected]>
  • Loading branch information
Tristan1900 committed Nov 9, 2024
1 parent da90bea commit 4873bd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions br/br-pitr-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ tiup br log start \
### Encrypt the log backup data
> **Warning:**
>
> Currently, this feature is experimental. It is not recommended that you use it in production environments. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub.
BR enables you to encrypt log backup data before uploading it to your backup storage.
Starting from TiDB v8.4.0, you can encrypt log backup data by passing the following parameters in the log backup command, which is similar to [snapshot backup encryption](/br/br-snapshot-manual.md#encrypt-the-backup-data):
Expand Down
4 changes: 0 additions & 4 deletions br/br-snapshot-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ When the backup and restore feature backs up data, it stores statistics in JSON

## Encrypt the backup data

> **Warning:**
>
> This is an experimental feature. It is not recommended that you use it in the production environment.
BR supports encrypting backup data at the backup side and [at the storage side when backing up to Amazon S3](/br/backup-and-restore-storages.md#amazon-s3-server-side-encryption). You can choose either encryption method as required.

Since TiDB v5.3.0, you can encrypt backup data by configuring the following parameters:
Expand Down

0 comments on commit 4873bd8

Please sign in to comment.