zh: add backup and restore aws br doc#5
Merged
ran-huang merged 9 commits intoMar 19, 2020
Conversation
ran-huang
reviewed
Mar 17, 2020
Contributor
ran-huang
left a comment
There was a problem hiding this comment.
@shuijing198799 Please address comments in backup-to-aws-s3.md, and make changes to restore-from-aws-s3.md if applicable.
Thanks!
ran-huang
reviewed
Mar 18, 2020
Contributor
|
Would it be better if we extract the common parts of the two docs into a separate one and then the backup and restore can refer to this doc without duplicating the info? |
192f81b to
42bcc24
Compare
2 tasks
DanielZhangQD
pushed a commit
that referenced
this pull request
Mar 26, 2020
use space instead of tab
TomShawn
reviewed
Mar 30, 2020
3 tasks
TomShawn
reviewed
Mar 30, 2020
TomShawn
reviewed
Mar 30, 2020
|
|
||
| 本文详细描述了如何将存储在 Amazon S3 存储的备份数据恢复到 AWS Kubernetes 环境中的 TiDB 集群,底层通过使用 [`BR`](https://pingcap.com/docs-cn/v3.1/reference/tools/br/br) 进行数据恢复。 | ||
|
|
||
| 本文使用的恢复方式基于 TiDB Operator 新版(v1.1 及以上)的 Custom Resource Definition (CRD) 实现。 |
Contributor
There was a problem hiding this comment.
Please avoid using relative words such as new and old. For v1.0, v1.1 is new. For v1.6, v1.1 is old.
This was referenced Mar 30, 2020
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 is changed, added or deleted? (Required)
Add backup and restore AWS TiDB Cluster with BR tool.
Which TiDB Operator version(s) do your changes apply to? (Required)
use the latest TiDB Operator and these changes will apply to release 1.1
What is changed, added or deleted? (Required)
Add backup and restore AWS TiDB Cluster with BR tool.
ons)
What is the related PR or file link(s)?
for preview:
https://github.com/shuijing198799/docs-tidb-operator/blob/master/zh/backup-to-aws-s3.md
https://github.com/shuijing198799/docs-tidb-operator/blob/master/zh/restore-from-aws-s3.md