Skip to content

Commit 9f72c57

Browse files
authored
br: remove experimental feature notice for encryption to GA in v8.5 (#19366)
1 parent d94f368 commit 9f72c57

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

br/br-pitr-manual.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ tiup br log start \
9191
9292
### Encrypt the log backup data
9393
94-
> **Warning:**
95-
>
96-
> 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.
97-
9894
BR enables you to encrypt log backup data before uploading it to your backup storage.
9995
10096
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):
@@ -472,10 +468,6 @@ Restore KV Files <--------------------------------------------------------------
472468
473469
### Restore encrypted log backup data
474470
475-
> **Warning:**
476-
>
477-
> 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.
478-
479471
To restore encrypted log backup data, you need to pass the corresponding decryption parameters in the restore command. Make sure that the decryption parameters are the same as those used for encryption. If the decryption algorithm or key is incorrect, the data cannot be restored.
480472
481473
The following is an example:

br/br-snapshot-manual.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ When the backup and restore feature backs up data, it stores statistics in JSON
135135

136136
## Encrypt the backup data
137137

138-
> **Warning:**
139-
>
140-
> This is an experimental feature. It is not recommended that you use it in the production environment.
141-
142138
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.
143139

144140
Since TiDB v5.3.0, you can encrypt backup data by configuring the following parameters:
@@ -279,10 +275,6 @@ ADMIN RELOAD BINDINGS;
279275

280276
## Restore encrypted snapshots
281277

282-
> **Warning:**
283-
>
284-
> This is an experimental feature. It is not recommended that you use it in the production environment.
285-
286278
After encrypting the backup data, you need to pass in the corresponding decryption parameters to restore the data. Ensure that the decryption algorithm and key are correct. If the decryption algorithm or key is incorrect, the data cannot be restored. The following is an example:
287279

288280
```shell

0 commit comments

Comments
 (0)