Skip to content

Commit 521869f

Browse files
committed
Merge branch 'az-migration-mysql' of https://github.com/anaharris-ms/azure-docs-pr into az-migration-mysql
2 parents 70b6aca + fa78f5b commit 521869f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/reliability/migrate-database-mysql-flex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ Migrations can be categorized as either online or offline:
6060

6161
You can migrate from one Azure Database for Flexible server to another by using one of the following tools. Both of these options will require downtime.
6262

63-
1. **Data Migration Service (DMS).** To learn how to migrate MySQl Flexible Server to another with DMS, see [Migrate Azure Database for MySQL - Single Server to Flexible Server offline using DMS via the Azure portal](../dms/tutorial-mysql-azure-single-to-flex-offline-portal.md). Although the tutorial outlines steps for migrating from Azure MySQL Single Server to Flexible server, you can use the same procedure for migrating data from one Azure Database for MySQL Flexible server that doesn’t support availability zones to another that supports availability zones.
63+
1. **Data Migration Service (DMS).** To learn how to migrate MySQL Flexible Server to another with DMS, see [Migrate Azure Database for MySQL - Single Server to Flexible Server offline using DMS via the Azure portal](../dms/tutorial-mysql-azure-single-to-flex-offline-portal.md). Although the tutorial outlines steps for migrating from Azure MySQL Single Server to Flexible server, you can use the same procedure for migrating data from one Azure Database for MySQL Flexible server that doesn’t support availability zones to another that supports availability zones.
6464

6565
2. **Open-source tools**. You can migrate offline with open-source tools, such as **MySQL Workbench**, **mydumper/myloader**, or **mysqldump** to backup and restore the database. For information on how to use these tools, see [Options for migrating Azure Database for MySQL - Single Server to Flexible Server](https://techcommunity.microsoft.com/t5/azure-database-for-mysql-blog/options-for-migrating-azure-database-for-mysql-single-server-to/ba-p/2674062). Although the tutorial outlines steps for migrating from Azure MySQL Single Server to Flexible server, you can use the same procedure for migrating data from one Azure Database for MySQL Flexible server that doesn’t support availability zones to another that supports availability zones.
6666

6767
## Migration Option 2: Online Migration
6868

6969
You can migrate from one Azure Database for Flexible server to another with minimum downtime to your applications by using one of the following tools:
7070

71-
1. **Data Migration Service (DMS).** To learn how to migrate MySQl Flexible Server to another with DMS, see [Migrate Azure Database for MySQL - Single Server to Flexible Server online using DMS via the Azure portal](../dms/tutorial-mysql-azure-single-to-flex-online-portal.md). Although the tutorial outlines steps for migrating from Azure MySQL Single Server to Flexible server, you can use the same procedure for migrating data from one Azure Database for MySQL Flexible server that doesn’t support availability zones to another that supports availability zones.
71+
1. **Data Migration Service (DMS).** To learn how to migrate MySQL Flexible Server to another with DMS, see [Migrate Azure Database for MySQL - Single Server to Flexible Server online using DMS via the Azure portal](../dms/tutorial-mysql-azure-single-to-flex-online-portal.md). Although the tutorial outlines steps for migrating from Azure MySQL Single Server to Flexible server, you can use the same procedure for migrating data from one Azure Database for MySQL Flexible server that doesn’t support availability zones to another that supports availability zones.
7272

7373
2. **Open-source tools.** You can use a combination of open-source tools such as **mydumper/myloader** together with **Data-in replication**. To learn how to set up Data-in Replication, see [How to configure Azure Database for MySQL Data-in Replication](../mysql/single-server/how-to-data-in-replication.md).
7474

0 commit comments

Comments
 (0)