From 0e6a5f3c6cc61512ef4a5852e8022e634139907f Mon Sep 17 00:00:00 2001 From: jzhang-skysql <164920395+jzhang-skysql@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:45:21 -0700 Subject: [PATCH] Update and rename (WIP)Migrate-your-database-to-SkySQL.md to Migrate-your-database-to-SkySQL.md Added links, removed WIP label --- ...ase-to-SkySQL.md => Migrate-your-database-to-SkySQL.md} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename docs/Data loading, Migration/{(WIP)Migrate-your-database-to-SkySQL.md => Migrate-your-database-to-SkySQL.md} (92%) diff --git a/docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md b/docs/Data loading, Migration/Migrate-your-database-to-SkySQL.md similarity index 92% rename from docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md rename to docs/Data loading, Migration/Migrate-your-database-to-SkySQL.md index 78f455e5..db7557a6 100644 --- a/docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md +++ b/docs/Data loading, Migration/Migrate-your-database-to-SkySQL.md @@ -62,8 +62,7 @@ SkySQL Managed Migration is a REST-based service that handles the migration proc ### Option 2: Custom Migration -For most small, mid-size and large migrations SkySQL Managed Migration is the quickest and safest option. However, for large migrations or migrations with specific requirements, you and your team may require more flexibility and control over the migration process. In these cases, you can opt for a custom migration where you and your team can design a custoemmigration plan considering the steps suggested below. - -- [SkySQL Custom Migration Tutorial](./Migrating Using a Logical Dump and Replication.md) - +For most small, mid-size and large migrations SkySQL Managed Migration is the quickest and safest option. However, for large migrations or migrations with specific requirements, you and your team may require more flexibility and control over the migration process. In these cases, you and your team can design a custom migration plan considering the steps suggested below. +- [Migrating Using a Logical Dump and Replication](./Migrating Using a Logical Dump and Replication.md) +- [Replicating Data from an External DB](./Replicating data from external DB.md)