add dumpling into tidb tools#3800
Merged
Merged
Conversation
lichunzhu
commented
Jun 28, 2020
Contributor
kennytm
reviewed
Jul 2, 2020
Contributor
|
LGTM |
yikeke
reviewed
Jul 2, 2020
| # Dumpling 使用文档 | ||
|
|
||
| 本文档介绍如何使用数据导出工具 [Dumpling](https://github.com/pingcap/dumpling)。该工具可以把存储在 TiDB 中的数据导出为 SQL 或者 CSV 格式,可以用于完成逻辑上的全量备份或者导出。 | ||
| 本文档将详细介绍如何使用 Mydumper/TiDB Lightning 对 TiDB 进行全量备份与恢复。 |
Contributor
There was a problem hiding this comment.
这篇文档和 backup-and-restore-using-dumpling-lightning.md 都是讲「如何使用 Mydumper/TiDB Lightning 对 TiDB 进行全量备份与恢复」?两篇文档的区别或者侧重点是啥?
kissmydb
reviewed
Jul 2, 2020
| # Dumpling 使用文档 | ||
|
|
||
| 本文档介绍如何使用数据导出工具 [Dumpling](https://github.com/pingcap/dumpling)。该工具可以把存储在 TiDB 中的数据导出为 SQL 或者 CSV 格式,可以用于完成逻辑上的全量备份或者导出。 | ||
| 本文档将详细介绍如何使用 Mydumper/TiDB Lightning 对 TiDB 进行全量备份与恢复。 |
Contributor
There was a problem hiding this comment.
这句话不对吧,不是 mydumper 和 lightning 了
kissmydb
reviewed
Jul 2, 2020
|
|
||
| `dumpling` 是使用 go 开发的数据备份工具,项目地址可以参考 [`dumpling`](https://github.com/pingcap/dumpling)。 | ||
|
|
||
| Dumpling 的更多具体用法可以使用 --help 指令查看,或者查看[中文使用手册](https://github.com/pingcap/dumpling/blob/master/docs/cn/user-guide.md)。 |
Contributor
There was a problem hiding this comment.
建议把 git 中手册内容,整合到官网这篇中,其实也就是参数介绍,不要分散在 2 处了。
Contributor
There was a problem hiding this comment.
另外所有参数没有写默认值,比较重要的如:consistency
yikeke
reviewed
Jul 2, 2020
yikeke
reviewed
Jul 2, 2020
Contributor
|
@yikeke,Thanks for your review. |
Contributor
Contributor
Author
|
@yikeke It sames that this PR can't pass CI check because of the dashboard document. But it looks fine to me when I check that anchor. |
Contributor
Contributor
|
/merge |
Contributor
|
/run-all-tests |
ti-srebot
pushed a commit
to ti-srebot/docs-cn
that referenced
this pull request
Jul 6, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-4.0 in PR #3892 |
ti-srebot
added a commit
that referenced
this pull request
Jul 6, 2020
* cherry pick #3800 to release-4.0 Signed-off-by: ti-srebot <ti-srebot@pingcap.com> * Update backup-and-restore-using-dumpling-lightning.md Co-authored-by: Chunzhu Li <lichunzhu@stu.xjtu.edu.cn> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
5 tasks
3 tasks
yikeke
pushed a commit
to yikeke/docs
that referenced
this pull request
Jul 28, 2020
9 tasks
yikeke
added a commit
to pingcap/docs
that referenced
this pull request
Jul 31, 2020
* align the structure of pingcap/docs-cn#3800 * revert * Update dumpling-overview.md * Update dumpling-overview.md * update backup-and-restore-using-dumpling-lightning.md * ADD summary * fix an anchor * Update dumpling-overview.md Co-authored-by: Chunzhu Li <lichunzhu@pingcap.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Chunzhu Li <lichunzhu@pingcap.com> * Update dumpling-overview.md Co-authored-by: Chunzhu Li <lichunzhu@pingcap.com> * Apply suggestions from code review Co-authored-by: Chunzhu Li <lichunzhu@pingcap.com> * Apply suggestions from code review * Update dumpling-overview.md * parameter -> option * Update note format and add inline code format * fix 2 dead links from upstream Co-authored-by: Chunzhu Li <lichunzhu@pingcap.com> Co-authored-by: Lilian Lee <lilin@pingcap.com>
9 tasks
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 dumpling into tidb toolset.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?