From 3014622bfafb3030d7845deafeeb8951e11b5575 Mon Sep 17 00:00:00 2001 From: toutdesuite Date: Tue, 16 Jun 2020 10:25:48 +0800 Subject: [PATCH] data migration: rename `data-migration-route.md` (#3647) * rename file * add alias * Update TOC.md * Update TOC.md Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> * fix dead link * Update quick-start-with-tidb.md * Update _index.md Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com> --- TOC.md | 2 +- _index.md | 2 +- data-migration-route.md => migration-overview.md | 5 +++-- quick-start-with-tidb.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) rename data-migration-route.md => migration-overview.md (96%) diff --git a/TOC.md b/TOC.md index 5354440774b8..e6cdfda9c95e 100644 --- a/TOC.md +++ b/TOC.md @@ -43,7 +43,7 @@ + [TPC-C 性能对比 - v3.0 对比 v2.1](/benchmark/v3.0-performance-benchmarking-with-tpcc.md) + [线上负载与 ADD INDEX 相互影响测试](/benchmark/online-workloads-and-add-index-operations.md) + 数据迁移 - + [支持的数据迁移路径](/data-migration-route.md) + + [概述](/migration-overview.md) + 从 MySQL 迁移至 TiDB + [从 Mydumper 文件迁移](/migrate-from-mysql-mydumper-files.md) + [使用 DM 工具从 Amazon Aurora MySQL 迁移](/migrate-from-aurora-mysql-database.md) diff --git a/_index.md b/_index.md index afeed1023cd9..4a78ca397ea3 100755 --- a/_index.md +++ b/_index.md @@ -44,7 +44,7 @@ TiDB 是 PingCAP 公司自主设计、研发的开源分布式关系型数据库 数据迁移 -- [支持的数据迁移路径](/data-migration-route.md) +- [概述](/migration-overview.md) - [从 Mydumper 文件迁移](/migrate-from-mysql-mydumper-files.md) - [从 Aurora MySQL 迁移](/migrate-from-aurora-mysql-database.md) - [从 CSV 文件迁移](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md) diff --git a/data-migration-route.md b/migration-overview.md similarity index 96% rename from data-migration-route.md rename to migration-overview.md index 2f14de4b6371..38bf7259fef9 100644 --- a/data-migration-route.md +++ b/migration-overview.md @@ -1,10 +1,11 @@ --- -title: 支持的数据迁移路径 +title: 数据迁移概述 summary: 本文档介绍支持哪些路径将数据迁移到 TiDB。 category: reference +aliases: ['/docs-cn/dev/data-migration-route'] --- -# 支持的数据迁移路径 +# 数据迁移概述 本文档介绍支持从哪些路径将数据迁移到 TiDB,包括从 MySQL 迁移到 TiDB 和从 CSV/SQL 文件迁移到 TiDB。 diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 4711954b1214..df99c2a3fb34 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -299,7 +299,7 @@ TiDB-Wasm 是运行在浏览器中的 TiDB 数据库,打开网页即可使用 - 如果你刚刚部署好一套 TiDB 本地测试集群: - 学习 [TiDB SQL 操作](/basic-sql-operations.md) - - [迁移数据到 TiDB](/data-migration-route.md) + - [迁移数据到 TiDB](/migration-overview.md) - 了解 [TiDB 的核心特性与核心应用场景](/overview.md) - 了解 [TiDB 的整体架构](/tidb-architecture.md) - 了解 [TiDB 与 MySQL 的兼容性](/mysql-compatibility.md)