From 361c9928832fac45e9719a22f1dcfd4c7e03de0a Mon Sep 17 00:00:00 2001 From: jzhang-skysql <164920395+jzhang-skysql@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:21:34 -0700 Subject: [PATCH] Update (WIP)Migrate-your-database-to-SkySQL.md Fixed links --- .../(WIP)Migrate-your-database-to-SkySQL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md b/docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md index 206d0e42..78f455e5 100644 --- a/docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md +++ b/docs/Data loading, Migration/(WIP)Migrate-your-database-to-SkySQL.md @@ -55,7 +55,7 @@ Our [SkyDBA team](https://skysqlinc.github.io/skysql-docs/FractionalDBA/) can he SkySQL provides two diffeent options for self-service migration -### Option 1 Migrate using the SkySQL REST API +### Option 1: Migrate using the SkySQL REST API SkySQL Managed Migration is a REST-based service that handles the migration process, including data migration, schema migration, and user migration. It provides a follow us steps to set up a live replication of your database to SkySQL and various insights to monitor the migration process. - [Sky SQL Managed Migration Tutorial](./SkySQL-managed-migration.md) @@ -64,6 +64,6 @@ SkySQL Managed Migration is a REST-based service that handles the migration proc 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. -- [Sky SQL Custom Migration Tutorial](./Migrating your existing Production DB.md) +- [SkySQL Custom Migration Tutorial](./Migrating Using a Logical Dump and Replication.md)