br: add backup and resotre from s3 with BR#2802
Merged
Merged
Conversation
3pointer
reviewed
Apr 17, 2020
3pointer
reviewed
Apr 17, 2020
kissmydb
reviewed
Apr 21, 2020
kissmydb
reviewed
Apr 21, 2020
|
|
||
| ### 备份数据到 Amazon S3 后端存储 | ||
|
|
||
| 如果备份的存储并不是在本地,而是在 Amazon 的 S3 后端存储,那么我们需要在 `storage` 子命令中指定 S3 的存储路径,并且赋予 BR 节点和 TiKV 节点访问 Amazon S3 的权限。 |
Contributor
There was a problem hiding this comment.
我们支持的是通用 S3 接口,这里只是以 Amazon S3 为例,建议增加一句描述。同样的在恢复部分
Contributor
Author
There was a problem hiding this comment.
这个稳定是专指的 Amazon S3,如果是 类 Amazon S3 的接口,应该制定 endpoint 而不是 region
TomShawn
reviewed
Apr 21, 2020
Contributor
|
LGTM |
Contributor
|
@kissmydb PTAL again |
Contributor
2 similar comments
Contributor
Contributor
TomShawn
approved these changes
May 6, 2020
Contributor
Author
|
/merge |
Contributor
|
/run-all-tests |
Contributor
|
cherry pick to release-3.1 in PR #2964 |
sre-bot
pushed a commit
to sre-bot/docs-cn
that referenced
this pull request
May 6, 2020
5 tasks
Contributor
|
cherry pick to release-4.0 in PR #2965 |
TomShawn
pushed a commit
that referenced
this pull request
May 6, 2020
TomShawn
pushed a commit
that referenced
this pull request
May 6, 2020
rleungx
pushed a commit
to rleungx/docs-cn
that referenced
this pull request
May 22, 2020
5 tasks
This was referenced Jun 8, 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 with BR from Amazon S3 storage
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?