-
Notifications
You must be signed in to change notification settings - Fork 1.2k
br: add backup and resotre from s3 with BR #2802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
reference/tools/br/br.md
Outdated
|
|
||
| ### 备份数据到 Amazon S3 后端存储 | ||
|
|
||
| 如果备份的存储并不是在本地,而是在 Amazon 的 S3 后端存储,那么我们需要在 `storage` 子命令中指定 S3 的存储路径,并且赋予 BR 节点和 TiKV 节点访问 Amazon S3 的权限。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我们支持的是通用 S3 接口,这里只是以 Amazon S3 为例,建议增加一句描述。同样的在恢复部分
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个稳定是专指的 Amazon S3,如果是 类 Amazon S3 的接口,应该制定 endpoint 而不是 region
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kissmydb PTAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
和 @shuijing198799 沟通了下,下周增加一个通用 S3 分支的使用分支
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的。
@shuijing198799 请下周另提 PR 更新这一部分,thanks~
|
LGTM |
|
@kissmydb PTAL again |
2 similar comments
|
/merge |
|
/run-all-tests |
|
cherry pick to release-3.1 in PR #2964 |
|
cherry pick to release-4.0 in PR #2965 |
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)?