Skip to content

Commit 57313fc

Browse files
authored
Update br-checkpoint-backup.md
1 parent 7b725f1 commit 57313fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

br/br-checkpoint-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aliases: ["/tidb/dev/br-checkpoint"]
66

77
# Checkpoint Backup
88

9-
Snapshot backup might be interrupted due t recoverable errors, such as disk exhaustion and node crash. Before TiDB v6.5.0, data that is backed up before the interruption would be invalidated even after the error is addressed, and you need to start the backup from scratch. For large clusters, this incurs considerable extra cost.
9+
Snapshot backup might be interrupted due t recoverable errors, such as disk exhaustion and node crash. Before TiDB v6.5.0, data that is backed up before the interruption would be invalidated even after the error is addressed, and users need to start the backup from scratch. For large clusters, this incurs considerable extra cost.
1010

1111
In TiDB v6.5.0, Backup & Restore (B) introduces the checkpoint backup feature to allow continuing an interrupted backup. This feature can retain most data of the interrupted backup.
1212

@@ -28,7 +28,7 @@ Checkpoint backup relies on the GC mechanism and cannot recover all data that ha
2828

2929
### Backup retry must be prior to GC
3030

31-
During the backup, `br` periodically updates the `gc-safepoint` of the backup snapshot in PD to avoid data being garbage collected. When `br` exits, the `gc-safepoint` cannot be updated in time. As a result, before the next backup retry, the data might have been garbage collected.
31+
During the backup, `br` perioically updates the `gc-safepoint` of the backup snapshot in PD to avoid data being garbage collected. When `br` exits, the `gc-safepoint` cannot be updated in time. As a result, before the next backup retry, the data might have been garbage collected.
3232

3333
To avoid this situation, `br` keeps the `gc-safepoint` for about one hour by default when `gcttl` is not specified. Users can set the `gcttl` parameter to extend the retention period if needed .
3434

0 commit comments

Comments
 (0)