Skip to content
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

tools: add a guide for choosing TiDB Ecosystem Tools (#1860) #2037

Merged
merged 4 commits into from
Mar 17, 2020
Merged
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
9 changes: 4 additions & 5 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,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 @@ -314,6 +312,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 @@ -352,7 +351,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/v3.1/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