From 09fda828ff0fd95a805eadef9617dc5e163fc2aa Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:24:25 +0800 Subject: [PATCH 1/4] Update migrate-sql-shards.md --- tidb-cloud/migrate-sql-shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/migrate-sql-shards.md b/tidb-cloud/migrate-sql-shards.md index 667d87b23d906..53a649716daad 100644 --- a/tidb-cloud/migrate-sql-shards.md +++ b/tidb-cloud/migrate-sql-shards.md @@ -238,7 +238,7 @@ To replicate the data changes based on binlog from a specified position in the u ### Before you begin -The TiDB Cloud console does not provide any feature about incremental data replication yet. You need to deploy TiDB DM to migrate incremental data. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). +You need to deploy TiDB DM to migrate incremental data. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). ### Step 1. Add the data source From 8112df0748cb2ecd9f2b68968cfc08c33e9ac24a Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:33:56 +0800 Subject: [PATCH 2/4] Update migrate-sql-shards.md --- tidb-cloud/migrate-sql-shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/migrate-sql-shards.md b/tidb-cloud/migrate-sql-shards.md index 53a649716daad..9ab22dacb7e61 100644 --- a/tidb-cloud/migrate-sql-shards.md +++ b/tidb-cloud/migrate-sql-shards.md @@ -238,7 +238,7 @@ To replicate the data changes based on binlog from a specified position in the u ### Before you begin -You need to deploy TiDB DM to migrate incremental data. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). +When you want to migrate incremental data and merge MySQL shards to TiDB Cloud, you need to manually deploy TiDB DM. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). ### Step 1. Add the data source From a5e1e3fd6a57f7405cf25bf0050f207eab8e194d Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 12 Jun 2023 14:34:59 +0800 Subject: [PATCH 3/4] Update migrate-sql-shards.md --- tidb-cloud/migrate-sql-shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/migrate-sql-shards.md b/tidb-cloud/migrate-sql-shards.md index 9ab22dacb7e61..bee03844e619b 100644 --- a/tidb-cloud/migrate-sql-shards.md +++ b/tidb-cloud/migrate-sql-shards.md @@ -238,7 +238,7 @@ To replicate the data changes based on binlog from a specified position in the u ### Before you begin -When you want to migrate incremental data and merge MySQL shards to TiDB Cloud, you need to manually deploy TiDB DM. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). +If you want to migrate incremental data and merge MySQL shards to TiDB Cloud, you need to manually deploy TiDB DM. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). ### Step 1. Add the data source From 8393cc29700b725a98dee7a665ce9b2ac3790c7b Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:45:49 +0800 Subject: [PATCH 4/4] Update migrate-sql-shards.md --- tidb-cloud/migrate-sql-shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/migrate-sql-shards.md b/tidb-cloud/migrate-sql-shards.md index 9ab22dacb7e61..b54ba065de898 100644 --- a/tidb-cloud/migrate-sql-shards.md +++ b/tidb-cloud/migrate-sql-shards.md @@ -238,7 +238,7 @@ To replicate the data changes based on binlog from a specified position in the u ### Before you begin -When you want to migrate incremental data and merge MySQL shards to TiDB Cloud, you need to manually deploy TiDB DM. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). +If you want to migrate incremental data and merge MySQL shards to TiDB Cloud, you need to manually deploy TiDB DM, because TiDB Cloud does not support migrating and merging MySQL shards yet. For detailed steps, see [Deploy a DM Cluster Using TiUP](https://docs.pingcap.com/tidb/stable/deploy-a-dm-cluster-using-tiup). ### Step 1. Add the data source