Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

br: remove experimental feature notice for encryption to GA in v8.5 #19031

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 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 \

### 加密日志备份数据

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。如果发现 bug,请在 GitHub 上提 [issue](https://github.com/pingcap/tidb/issues) 反馈。

BR 支持在上传到备份存储之前对日志备份数据进行加密。

自 TiDB v8.4.0 起,你可以在日志备份命令中传入以下参数来加密日志备份数据,类似于[快照备份加密](/br/br-snapshot-manual.md#备份数据加密):
Expand Down Expand Up @@ -472,10 +468,6 @@ Restore KV Files <--------------------------------------------------------------

### 恢复加密的日志备份数据

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。如果发现 bug,请在 GitHub 上提 [issue](https://github.com/pingcap/tidb/issues) 反馈。

要恢复加密的日志备份数据,你需要在恢复命令中传入相应的解密参数。解密参数需要与加密时使用的参数一致。如果解密算法或密钥不正确,则无法恢复数据。

示例如下:
Expand Down
8 changes: 0 additions & 8 deletions br/br-snapshot-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ tiup br restore full \

## 备份数据加密

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。

br 命令行工具支持在备份端,或备份到 Amazon S3 的时候在[存储服务端进行备份数据加密](/br/backup-and-restore-storages.md#amazon-s3-存储服务端加密备份数据),你可以根据自己情况选择其中一种使用。

自 TiDB v5.3.0 起,你可配置下列参数在备份过程中实现数据加密:
Expand Down Expand Up @@ -278,10 +274,6 @@ ADMIN RELOAD BINDINGS;

## 恢复加密的快照备份数据

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。

在对数据做加密备份后,恢复操作需传入相应的解密参数,解密算法或密钥不正确则无法恢复,解密参数和加密参数一致即可。解密恢复的示例如下:

```shell
Expand Down