Skip to content

cloud: update the TOC of "Migrate or Import Data" for Starter and Essential #21585

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

Open
wants to merge 8 commits into
base: release-8.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TOC-tidb-cloud-essential.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
- Migrate or Import Data
- [Overview](/tidb-cloud/tidb-cloud-migration-overview.md)
- Migrate Data into TiDB Cloud
- [Migrate from TiDB Self-Managed to TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md)
- [Migrate and Merge MySQL Shards of Large Datasets](/tidb-cloud/migrate-sql-shards.md)
- [Migrate from Amazon RDS for Oracle Using AWS DMS](/tidb-cloud/migrate-from-oracle-using-aws-dms.md)
- Import Data into TiDB Cloud
Expand All @@ -227,6 +228,7 @@
- [Naming Conventions for Data Import](/tidb-cloud/naming-conventions-for-data-import.md)
- [CSV Configurations for Importing Data](/tidb-cloud/csv-config-for-import-data.md)
- [Troubleshoot Access Denied Errors during Data Import from Amazon S3](/tidb-cloud/troubleshoot-import-access-denied-error.md)
- [Connect AWS DMS to TiDB Cloud clusters](/tidb-cloud/tidb-cloud-connect-aws-dms.md)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we move the "Connect AWS DMS to TiDB Cloud clusters" link into the "Migrate Data into TiDB Cloud" section. AWS DMS serves as an alternative to TiDB's Data Migration (DM) tool, so it would be more intuitive for users to find it grouped with the other migration methods.

Copy link
Collaborator Author

@qiancai qiancai Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alastori Currently, "Connect AWS DMS to TiDB Cloud clusters" is in the "Reference" section because it is referenced as a detailed connection step in other docs.

Users might read Migrate from Amazon RDS for Oracle to TiDB Cloud Using AWS DMS first (because their primary purpose is migrating data) and then follow the following link to go to the Connect AWS DMS to TiDB Cloud clusters doc.

image

- Vector Search ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png)
- [Overview](/vector-search/vector-search-overview.md)
- Get Started
Expand Down
1 change: 1 addition & 0 deletions TOC-tidb-cloud-starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
- Migrate or Import Data
- [Overview](/tidb-cloud/tidb-cloud-migration-overview.md)
- Migrate Data into TiDB Cloud
- [Migrate from TiDB Self-Managed to TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md)
- [Migrate and Merge MySQL Shards of Large Datasets](/tidb-cloud/migrate-sql-shards.md)
- [Migrate from Amazon RDS for Oracle Using AWS DMS](/tidb-cloud/migrate-from-oracle-using-aws-dms.md)
- Import Data into TiDB Cloud
Expand Down
1 change: 0 additions & 1 deletion TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
- [Migrate and Merge MySQL Shards of Large Datasets](/tidb-cloud/migrate-sql-shards.md)
- [Migrate from TiDB Self-Managed to TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md)
- [Migrate from MySQL-Compatible Databases Using AWS DMS](/tidb-cloud/migrate-from-mysql-using-aws-dms.md)
- [Migrate from Amazon RDS for Oracle Using AWS DMS](/tidb-cloud/migrate-from-oracle-using-aws-dms.md)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reason: This first paragraph in this doc mentions that "This document describes a step-by-step example of how to migrate data from Amazon RDS for Oracle to TiDB Cloud Starter using AWS Database Migration Service (AWS DMS)."

- Import Data into TiDB Cloud Dedicated
- [Import Sample Data](/tidb-cloud/import-sample-data.md)
- [Import CSV Files from Cloud Storage](/tidb-cloud/import-csv-files.md)
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/migrate-sql-shards.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The environment information of the upstream cluster is as follows:
- MySQL instance1:
- schema `store_01` and table `[sale_01, sale_02]`
- schema `store_02` and table `[sale_01, sale_02]`
- MySQL instance 2:
- MySQL instance2:
- schema `store_01`and table `[sale_01, sale_02]`
- schema `store_02`and table `[sale_01, sale_02]`
- Table structure:
Expand Down
Loading