Skip to content
Merged
Changes from 2 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
9 changes: 9 additions & 0 deletions br/br-checkpoint-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ br 工具暂停 GC 的原理是通过执行 `SET config tikv gc.ratio-threshold

在恢复失败后,请避免向集群写入或删除数据、删除或创建表。由于备份数据中可能包含重命名表的 DDL 操作,断点恢复无法确认被删除的表或已存在的表是否是外部操作引起的,这会影响下次重试恢复的准确性。

> **警告:**
>
> 从 v8.5.5 开始,如果你删除了正在恢复的表,之后再从 checkpoint 重试恢复,可能会遇到以下问题(详见 [#68709](https://github.com/pingcap/tidb/issues/68709)):
Comment thread
YuJuncen marked this conversation as resolved.
Outdated
>
> - 恢复因 checksum 校验失败而终止。
> - 数据在恢复完成后一段时间丢失。
Comment thread
YuJuncen marked this conversation as resolved.
Outdated
>
> 如果确定要放弃当前的恢复结果,请使用 [`br abort`](/br/br-pitr-manual.md#中止恢复操作) 命令删除下游集群中存储的 checkpoint 数据,或者手动删除下游集群中的 checkpoint 数据表。
Comment thread
YuJuncen marked this conversation as resolved.
Outdated

### 不建议跨大版本重新恢复

不建议进行跨大版本的断点恢复操作。对于使用 v8.5.0 之前长期支持 (Long-Term Support, LTS) 版本 br 恢复失败的集群,无法通过 v8.5.0 或更新的 LTS 版本 br 继续恢复,反之亦然。
Expand Down
Loading