Skip to content

Commit

Permalink
add experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan1900 committed Sep 14, 2024
1 parent 2d15721 commit a7e39db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions br/br-pitr-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ tiup br log start \
### Encrypt the log backup data
> **Warning:**
>
> This is an experimental feature. It is not recommended that you use it in the production environment.
BR supports encrypting log backup data before uploading to the backup storage.
Since TiDB v8.4.0, you can encrypt log backup data by directly passing in the data key configuration parameters similair to [snapshot backup encryption](/br/br-snapshot-manual.md#encrypt-the-backup-data):
Expand Down Expand Up @@ -457,6 +461,10 @@ Restore KV Files <--------------------------------------------------------------
### Restore encrypted log backup data
> **Warning:**
>
> This is an experimental feature. It is not recommended that you use it in the production environment.
BR supports restoring encrypted log backup data. You need to specify the decryption parameters to restore the data. Ensure that the decryption key is the same as the one used for encryption. Otherwise, the data fails to be restored.
Usage example:
Expand Down

0 comments on commit a7e39db

Please sign in to comment.