Skip to content

Commit

Permalink
Revert "en,zh: add resolved-ts configuration to EBS backup limitations (
Browse files Browse the repository at this point in the history
#2425) (#2426)"

This reverts commit 59a2783.
  • Loading branch information
csuzhangxc committed Aug 2, 2023
1 parent b653ebf commit 3f00a53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions en/backup-to-aws-s3-by-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ If you have any other requirements, select an appropriate backup method based on
### Limitations

- Snapshot backup is applicable to TiDB Operator v1.4.0 or above, and TiDB v6.3.0 or above.
- For TiKV configuration, do not set [`resolved-ts.enable`](https://docs.pingcap.com/tidb/stable/tikv-configuration-file#enable-2) to `false`, and do not set [`raftstore.report-min-resolved-ts-interval`](https://docs.pingcap.com/tidb/stable/tikv-configuration-file#report-min-resolved-ts-interval-new-in-v600) to `"0s"`. Otherwise, it can lead to backup failure.
- For PD configuration, do not set [`pd-server.min-resolved-ts-persistence-interval`](https://docs.pingcap.com/tidb/stable/pd-configuration-file#min-resolved-ts-persistence-interval-new-in-v600) to `"0s"`. Otherwise, it can lead to backup failure.
- To use this backup method, the TiDB cluster must be deployed on AWS EKS and uses AWS EBS volumes.
- This backup method is currently not supported for TiFlash, TiCDC, DM, and TiDB Binlog nodes.

Expand Down
2 changes: 0 additions & 2 deletions zh/backup-to-aws-s3-by-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ summary: 介绍如何基于 EBS 卷快照使用 TiDB Operator 备份 TiDB 集群
### 使用限制

- 要使用此功能,TiDB Operator 应为 v1.4.0 及以上,TiDB 应为 v6.3.0 及以上。
- TiKV 配置中,**不能**[`resolved-ts.enable`](https://docs.pingcap.com/zh/tidb/stable/tikv-configuration-file#enable-2) 设置为 `false`,也**不能**[`raftstore.report-min-resolved-ts-interval`](https://docs.pingcap.com/zh/tidb/stable/tikv-configuration-file#report-min-resolved-ts-interval-从-v600-版本开始引入) 设置为 `"0s"`,否则会导致备份失败。
- PD 配置中,**不能**[`pd-server.min-resolved-ts-persistence-interval`](https://docs.pingcap.com/zh/tidb/stable/pd-configuration-file#min-resolved-ts-persistence-interval-从-v600-版本开始引入) 设置为 `"0s"`,否则会导致备份失败。
- TiDB 集群部署在 EKS 上,且使用了 AWS EBS 卷。
- 暂不支持 TiFlash、TiCDC、DM 和 TiDB Binlog 相关节点的卷快照备份。

Expand Down

0 comments on commit 3f00a53

Please sign in to comment.