Skip to content

Commit 90ff498

Browse files
Auto-sync: Update English docs from Chinese PR
Synced from: pingcap/docs-cn#21711 Target PR: pingcap#23201 AI Provider: azure Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f25fa49 commit 90ff498

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

br/br-checkpoint-restore.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ When `br` retries a restore, some data that has been restored might need to be r
6161

6262
After a restore failure, avoid writing, deleting, or creating tables in the cluster. This is because the backup data might contain DDL operations for renaming tables. If you modify the cluster data, the checkpoint restore cannot decide whether the deleted or existing table are resulted from external operations, which affects the accuracy of the next restore retry.
6363

64+
> **Warning:**
65+
>
66+
> Starting from v8.5.5, if you delete a table being restored during the restore and then retry the restore from the checkpoint, you might encounter the following issues (see [#68709](https://github.com/pingcap/tidb/issues/68709) for details):
67+
>
68+
> - The restore is terminated due to a checksum verification failure.
69+
> - The restored data is lost some time after the restore is completed.
70+
>
71+
> If you are sure that you want to abandon the current restore result, first perform one of the following operations based on the restore type, and then `DROP` the restored table:
72+
>
73+
> - For `restore point`, execute [`br abort`](/br/br-pitr-manual.md#中止恢复操作).
74+
> - For `restore full`, manually delete the checkpoint database in the downstream cluster. The name format of the checkpoint database is `__TiDB_BR_Temporary_Snapshot_Restore_Checkpoint_<restoreID>`, where `<restoreID>` can be found in `mysql.tidb_restore_registry`.
75+
6476
### Cross-major-version checkpoint recovery is not recommended
6577

6678
Cross-major-version checkpoint recovery is not recommended. For clusters where `br` recovery fails using the Long-Term Support (LTS) versions prior to v8.5.0, recovery cannot be continued with v8.5.0 or later LTS versions, and vice versa.

0 commit comments

Comments
 (0)