Open
Conversation
|
|
Contributor
Author
|
@kennytm 辛苦 review |
kennytm
reviewed
Dec 21, 2020
Contributor
kennytm
left a comment
There was a problem hiding this comment.
i'm not quite sure about this addition. it is a usage string with no explanation (e.g. --db and --table doesn't work when using br backup full), unlike the command below it which is actually executable.
|
|
||
| ### 6. 全库备份与恢复 | ||
|
|
||
| ```br backup (full | db | table) \ |
Contributor
There was a problem hiding this comment.
Suggested change
| ```br backup (full | db | table) \ | |
| ``` | |
| br backup (full | db | table) \ |
|
|
||
| > 注意:恢复时候,每个 TiKV 节点都需要访问到所有备份文件,如果不是共享存储,需要手动复制所有备份文件到所有节点 | ||
|
|
||
| ```br restore (full | db | table) \ |
Contributor
There was a problem hiding this comment.
Suggested change
| ```br restore (full | db | table) \ | |
| ``` | |
| br restore (full | db | table) \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
How to contact you?