-
Notifications
You must be signed in to change notification settings - Fork 1.2k
reference: refine the ecosystem tools user guide (#3497) #3512
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
Signed-off-by: sre-bot <sre-bot@pingcap.com>
| ## 全量导出 | ||
|
|
||
| TiDB 生态工具可以分为几种: | ||
| [Dumpling](/export-or-backup-using-dumpling.md) 是一个用于从 MySQL/TiDB 进行全量逻辑导出的工具。 |
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.
Dumpling 文档似乎没加到 3.1 版本及以下? TiDB 3.1 支持 Dumpling 吗 @csuzhangxc @GregoryIan
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.
Dumpling 支持 3.1 版本及以下的
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.
我知道了,#3151 这个 sw 的 pr 还没 cp 到 3.1,所以现在这个 pr 有死链,我现在 cp 下吧
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.
在 #3519 里,我先人肉 copy 了一份(但有删除 BR 相关的部分)
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.
got,cp bot 暂时失效了,一会恢复后把 #3151 cp 到 3.1
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.
yikeke
left a comment
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.
LGTM
PTAL @csuzhangxc
export-or-backup-using-dumpling.md
Outdated
|
|
||
| 本文档介绍如何使用数据导出工具 [Dumpling](https://github.com/pingcap/dumpling)。该工具可以把存储在 TiDB 中的数据导出为 SQL 或者 CSV 格式,可以用于完成逻辑上的全量备份或者导出。 | ||
|
|
||
| 如果需要直接备份 SST 文件(KV 对)或者对延迟不敏感的增量备份,请参阅 [BR](/br/backup-and-restore-tool.md)。如果需要实时的增量备份,请参阅 [TiCDC](/ticdc/ticdc-overview.md)。 |
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.
ticdc 在 3.1 没有文档,这段改下? @csuzhangxc
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.
直接删除了
csuzhangxc
left a comment
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.
LGTM
|
/merge |
cherry-pick #3497 to release-3.1
What is changed, added or deleted? (Required)
update the ecosystem tools user guide to make it clearer.
Which TiDB version(s) do your changes apply to? (Required)