tools: update user guide#2098
Conversation
|
I will delete inapplicable content in the 3.1 and 3.0 versions after the cherry-picking. FYI. |
|
@dcalvin @anotherrachel FYI. |
Co-Authored-By: Lilian Lee <lilin@pingcap.com>
|
PTAL @GregoryIan @WangXiangUSTC |
| ### Incremental data import tools | ||
|
|
||
| The following are the basics of Loader: | ||
| #### TiDB Data Migration |
There was a problem hiding this comment.
In fact DM can backup and restore the full data and replicate incremental data from MySQL, should we add a new category for it?
There was a problem hiding this comment.
What do you suggest? @GregoryIan @shenli
Co-Authored-By: WangXiangUSTC <wx347249478@gmail.com>
| - TiDB Incremental Data Migration: | ||
| - TiDB Binlog -> CDC | ||
|
|
||
| ## Full-path data migration solution for TiDB 3.0, 3.1 and 4.0 |
There was a problem hiding this comment.
seems this section's most content is duplicate with Recommended tools for TiDB versions
There was a problem hiding this comment.
It seems that Full-path data migration solution for TiDB 3.0, 3.1 and 4.0 section gives a more detailed description than Recommended tools for TiDB versions. Can we just delete the Recommended tools for TiDB versions section? @WangXiangUSTC
What do you suggest? @GregoryIan @shenli
There was a problem hiding this comment.
we can merge this PR first and then invite some users to get feedback. We could refine this document based on the feedbacks.
There was a problem hiding this comment.
Okay, ready for merge now.
Co-Authored-By: Ian <ArGregoryIan@gmail.com>
|
/merge |
|
/run-all-tests |
|
@yikeke merge failed. |
|
/merge |
|
/run-all-tests |
|
/run-cherry-picker |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-3.0 in PR #2146 |
|
cherry pick to release-3.1 in PR #2147 |
* cherry pick #2098 to release-3.0 Signed-off-by: sre-bot <sre-bot@pingcap.com> * delete inapplicable content; fix two links * fix a link * Update reference/tools/user-guide.md Co-Authored-By: WangXiangUSTC <wx347249478@gmail.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: yikeke <yikeke@pingcap.com> Co-authored-by: WangXiangUSTC <wx347249478@gmail.com>
What is changed, added or deleted? (Required)
Update tools user guide according to the latest changes made by Shenli
Note: The English version of Tools User Guide doc is inconsistent from the Chinese version because of this PR. This is known by R&Ds so the subsequent changes to the two docs should be on their own.
Which TiDB version(s) do your changes apply to? (Required)
**NOTE: I will delete inapplicable content in the 3.1 and 3.0 versions after the cherry-picking. **
If you select two or more versions from above, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you must add corresponding labels such as needs-cherry-pick-3.1, needs-cherry-pick-3.0, and needs-cherry-pick-2.1.
What is the related PR or file link(s)?