Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
58a72c5
add a guide for choosing TiDB Ecosystem Tools
toutdesuite Feb 24, 2020
216b81e
Update reference/tools/user-guide.md
toutdesuite Feb 25, 2020
383f5ba
Update reference/tools/user-guide.md
toutdesuite Feb 25, 2020
e90dc0c
Update reference/tools/user-guide.md
toutdesuite Feb 25, 2020
3e7d119
Update reference/tools/user-guide.md
toutdesuite Feb 25, 2020
65e1fbc
Update reference/tools/user-guide.md
toutdesuite Feb 25, 2020
db0995c
Update reference/tools/user-guide.md
toutdesuite Feb 25, 2020
1517983
Resolve grammar error
toutdesuite Feb 25, 2020
f87b432
Update reference/tools/user-guide.md
toutdesuite Mar 4, 2020
7bc7b1d
Update reference/tools/user-guide.md
toutdesuite Mar 4, 2020
847ca19
fix a broken link
TomShawn Mar 5, 2020
f72bc1b
change the para order
toutdesuite Mar 9, 2020
d314d6c
Merge branch 'master' into pr/1860
Mar 16, 2020
aad0935
Update reference/tools/user-guide.md
toutdesuite Mar 16, 2020
726013c
Update reference/tools/user-guide.md
toutdesuite Mar 16, 2020
9dac2b0
Update reference/tools/user-guide.md
toutdesuite Mar 16, 2020
b6b7e46
Update reference/tools/user-guide.md
toutdesuite Mar 16, 2020
eff46ae
Update reference/tools/user-guide.md
toutdesuite Mar 16, 2020
1f11b26
Update user-guide.md
toutdesuite Mar 16, 2020
ed505fe
fix dead link
toutdesuite Mar 16, 2020
cd7ddb2
another dead link
toutdesuite Mar 16, 2020
77d756b
Update user-guide.md
toutdesuite Mar 16, 2020
f94ea9e
dead links
toutdesuite Mar 16, 2020
88e705c
Merge branch 'master' into guide-for-choosing-TiDB-Ecosystem-Tools
yikeke Mar 16, 2020
a2672fa
*: align #2244
TomShawn Mar 17, 2020
9c75089
sql: fix a typo
TomShawn Mar 17, 2020
f7c8810
toc: fix a typo
TomShawn Mar 17, 2020
c939cc7
Update TOC.md
toutdesuite Mar 17, 2020
01c54ea
Merge branch 'master' into guide-for-choosing-TiDB-Ecosystem-Tools
sre-bot Mar 17, 2020
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
9 changes: 4 additions & 5 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@
- [Overview](/how-to/monitor/overview.md)
- [Monitor a TiDB Cluster](/how-to/monitor/monitor-a-cluster.md)
+ Migrate
- [Overview](/how-to/migrate/overview.md)
- [Migration Tools User Guide](/reference/tools/user-guide.md)
+ Migrate from MySQL
- [Migrate the Full Data](/how-to/migrate/from-mysql.md)
- [Migrate the Incremental Data](/how-to/migrate/incrementally-from-mysql.md)
- [Migrate from Aurora](/how-to/migrate/from-aurora.md)
- [Migration Case of Amazon Aurora](/how-to/migrate/from-mysql-aurora.md)
- [Migrate from CSV](/reference/tools/tidb-lightning/csv.md)
+ Maintain
- [Common Ansible Operations](/how-to/deploy/orchestrated/ansible-operations.md)
Expand Down Expand Up @@ -315,6 +313,7 @@
- [Error Handling](/reference/tidb-binlog/troubleshoot/error-handling.md)
- [FAQ](/reference/tidb-binlog/faq.md)
+ Tools
+ - [Tools User Guide](/reference/tools/user-guide.md)
- [Mydumper](/reference/tools/mydumper.md)
- [Syncer](/reference/tools/syncer.md)
- [Loader](/reference/tools/loader.md)
Expand Down Expand Up @@ -353,7 +352,7 @@
- [Skip or Replace Abnormal SQL Statements](/reference/tools/data-migration/skip-replace-sqls.md)
- [Monitor](/reference/tools/data-migration/monitor.md)
+ Migrate from MySQL compatible database
- [Migrate from Aurora](/how-to/migrate/from-aurora.md)
- [Migrate from Amazon Aurora](/how-to/migrate/from-mysql-aurora.md)
+ Troubleshoot
- [DM Troubleshooting](/reference/tools/data-migration/troubleshoot/dm.md)
- [Error Description](/reference/tools/data-migration/troubleshoot/error-system.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Migrate from Amazon Aurora MySQL to TiDB
summary: Learn how to migrate from Amazon Aurora MySQL to TiDB by using TiDB Data Migration (DM).
title: Migrate from MySQL (Amazon Aurora)
summary: Learn how to migrate from MySQL (using a case of Amazon Aurora) to TiDB by using TiDB Data Migration (DM).
category: how-to
aliases: ['/docs/dev/how-to/migrate/from-aurora/']
---

# Migrate from Amazon Aurora MySQL to TiDB
# Migrate from MySQL (Amazon Aurora)

This document describes how to migrate from [Amazon Aurora MySQL](https://aws.amazon.com/rds/aurora/details/mysql-details/?nc1=h_ls) to TiDB by using TiDB Data Migration (DM).

Expand Down
101 changes: 0 additions & 101 deletions how-to/migrate/from-mysql.md

This file was deleted.

192 changes: 0 additions & 192 deletions how-to/migrate/incrementally-from-mysql.md

This file was deleted.

56 changes: 0 additions & 56 deletions how-to/migrate/overview.md

This file was deleted.

Loading