Skip to content

Commit

Permalink
br: update adaptive GC description (#4262)
Browse files Browse the repository at this point in the history
* br: update adaptive GC description

* Update br/backup-and-restore-use-cases.md

Co-authored-by: Ran <[email protected]>

Co-authored-by: Ran <[email protected]>
  • Loading branch information
TomShawn and ran-huang authored Nov 20, 2020
1 parent 6a89abf commit ecd7075
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions br/backup-and-restore-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ For the detailed usage of the `br backup` command, refer to [BR command-line des
UPDATE mysql.tidb SET VARIABLE_VALUE = '10m' WHERE VARIABLE_NAME = 'tikv_gc_life_time';
```

> **Note:**
>
> Since v4.0.8, BR supports the self-adaptive GC. To avoid manually adjusting GC, register `backupTS` in `safePoint` in PD and make sure that `safePoint` does not move forward during the backup process.

### Preparation for restoration

For the detailed usage of the `br restore` command, refer to [BR command-line description](/br/backup-and-restore-tool.md#command-line-description).
Expand Down

0 comments on commit ecd7075

Please sign in to comment.