reference: refine the ecosystem tools user guide#3497
Merged
Conversation
csuzhangxc
commented
Jun 4, 2020
IANTHEREAL
reviewed
Jun 4, 2020
|
|
||
| - 使用 Mydumper 进行全量数据的备份 | ||
| - 使用 TiDB Lightning 进行全量数据的恢复 | ||
| 当需要订阅 TiDB 增量数据的变更时,可使用 [TiDB Binlog](/tidb-binlog/tidb-binlog-overview.md)。 |
Member
Author
There was a problem hiding this comment.
在 bcd27f2 里定位到了比较接近的 [Binlog Slave Client 用户文档],看看是否满意。
IANTHEREAL
reviewed
Jun 4, 2020
| 当需要对 TiDB 集群进行备份或在之后对 TiDB 集群进行恢复时,可使用 [BR](/br/backup-and-restore-tool.md)。 | ||
|
|
||
| 使用 TiDB-Binlog 将 TiDB 数据同步到下游 TiDB/MySQL。 | ||
| 另外,BR 也可以对 TiDB 的增量数据进行备份和恢复。 |
IANTHEREAL
reviewed
Jun 4, 2020
IANTHEREAL
reviewed
Jun 4, 2020
| - DM 的输出:以 SQL 形式写入 TiDB | ||
| - 适用 TiDB 版本:所有版本 | ||
| - Kubernetes 支持:开发中 | ||
| ### 增量导出 |
Contributor
There was a problem hiding this comment.
这个就叫做 TiDB Binlog 吧,总感觉增量导出,有点怪怪的
IANTHEREAL
reviewed
Jun 4, 2020
Contributor
|
LGTM |
Contributor
|
@kennytm PTAL |
kennytm
reviewed
Jun 4, 2020
Contributor
|
Rest LGTM |
Co-authored-by: kennytm <kennytm@gmail.com>
shenli
reviewed
Jun 5, 2020
| 当需要将其他工具导出的格式兼容的 CSV files 导入到 TiDB 时,可使用 [TiDB Lightning](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)。 | ||
|
|
||
| 下面将分别介绍这两类工具。 | ||
| ### 从 MySQL/Aurora 导入全量数据 |
Contributor
There was a problem hiding this comment.
这里讲场景,而不是功能,所以带上 mysql/aurora。 类似于 https://www.cockroachlabs.com/docs/stable/migration-overview.html
| 当需要从 MySQL/Aurora 导入全量数据时,可先使用 [Dumpling](/export-or-backup-using-dumpling.md) 将数据导出为 SQL dump files,然后再使用 [TiDB Lightning](/tidb-lightning/tidb-lightning-overview.md) 将数据导入到 TiDB 集群。 | ||
|
|
||
| #### 全量导入工具 Loader(停止维护,不推荐使用) | ||
| ### 从 MySQL/Aurora 迁移数据 |
yikeke
reviewed
Jun 5, 2020
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Contributor
|
LGTM |
Contributor
|
@yikeke PTAL |
yikeke
approved these changes
Jun 5, 2020
Contributor
|
/merge |
Contributor
|
/run-all-tests |
sre-bot
pushed a commit
to sre-bot/docs-cn
that referenced
this pull request
Jun 5, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-3.1 in PR #3512 |
sre-bot
pushed a commit
to sre-bot/docs-cn
that referenced
this pull request
Jun 5, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-4.0 in PR #3513 |
yikeke
pushed a commit
that referenced
this pull request
Jun 5, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com> Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>
5 tasks
5 tasks
yikeke
added a commit
that referenced
this pull request
Jun 5, 2020
* cherry pick #3497 to release-3.1 Signed-off-by: sre-bot <sre-bot@pingcap.com> * Update TOC.md * manually cp from #3151 * relocate * *: remove content about CDC Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com> Co-authored-by: yikeke <yikeke@pingcap.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
5 tasks
This was referenced Jun 11, 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)
update the ecosystem tools user guide to make it clearer.
Which TiDB version(s) do your changes apply to? (Required)