-
Notifications
You must be signed in to change notification settings - Fork 688
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
*: generalize and link to the external storage docs from Lightning #5286
*: generalize and link to the external storage docs from Lightning #5286
Conversation
/label needs-cherry-pick-4.0 |
/label requires-version-specific-change |
@TomShawn: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/label requires-version-specific-changes |
/label requires-followup |
Currently, TiDB Lightning supports: | ||
|
||
- The data source of the [Dumpling](/dumpling-overview.md), CSV or [Amazon Aurora Parquet](/migrate-from-aurora-using-lightning.md) exported formats. | ||
- Reading data from a local disk or from the Amazon S3 storage. |
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.
can it link to external storage introduction?
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.
Done.
Rest LGTM |
Co-authored-by: kennytm <kennytm@gmail.com>
New feature: Now all the docs repositories support labeling Do you know which SIG the PR changes belong to? @kennytm |
@@ -98,7 +98,7 @@ BACKUP DATABASE * TO 'local:///mnt/backup/full/'; | |||
|
|||
Note that the system tables (`mysql.*`, `INFORMATION_SCHEMA.*`, `PERFORMANCE_SCHEMA.*`, …) will not be included into the backup. | |||
|
|||
### Remote destinations | |||
### External storages | |||
|
|||
BR supports backing up data to S3 or GCS: | |||
|
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.
Modify the Line 111: BR storages -> external storages
And the same for the Chinese version.
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.
Done in 913a840
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
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
Co-authored-by: Coco Yee <40977455+yikeke@users.noreply.github.com>
PTAL again @kennytm |
/lgtm |
@kennytm: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/remove-status LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 913a840
|
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #5315 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #5316 |
What is changed, added or deleted? (Required)
Fix #4445.
Generalize the "BR storage" page to "external storage", and talk about all associated migration services.
Link back to this page from their documents.
Follow-up: Change the file name for 外部存储 and remove it out of /br. @IANTHEREAL will work on its new position in TOC.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?