From 4751f97e1013044c8da6945fe200486ff27e7676 Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Wed, 16 Sep 2026 03:29:03 +0000 Subject: [PATCH 1/3] docs: fix sync-diff-inspector limitations in migration tools --- migration-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration-tools.md b/migration-tools.md index 133982cf917dc..099246ced8dfc 100644 --- a/migration-tools.md +++ b/migration-tools.md @@ -83,7 +83,7 @@ This document introduces the user scenarios, supported upstreams and downstreams - **Advantages**: Can be used to repair data in the scenario where a small amount of data is inconsistent - **Limitation**: - Online check is not supported for data migration between MySQL and TiDB. - - JSON, BIT, BINARY, BLOB and other types of data are not supported. + - Data type support varies by type. JSON, BLOB/VARBINARY, and BIT are supported. For FLOAT/DOUBLE and collation-related considerations, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md). ## Install tools using TiUP From 9e722138021ad77a59094598da625d8ab9a2e6a8 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Sun, 20 Sep 2026 09:53:52 +0800 Subject: [PATCH 2/3] Update migration-tools.md --- migration-tools.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/migration-tools.md b/migration-tools.md index 099246ced8dfc..88abdb6d601e6 100644 --- a/migration-tools.md +++ b/migration-tools.md @@ -81,9 +81,7 @@ This document introduces the user scenarios, supported upstreams and downstreams - **Upstream**: TiDB, MySQL - **Downstream**: TiDB, MySQL - **Advantages**: Can be used to repair data in the scenario where a small amount of data is inconsistent -- **Limitation**: - - Online check is not supported for data migration between MySQL and TiDB. - - Data type support varies by type. JSON, BLOB/VARBINARY, and BIT are supported. For FLOAT/DOUBLE and collation-related considerations, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md). +- **Limitation**: sync-diff-inspector has some restrictions on online checks for data migration between MySQL and TiDB, comparisons of certain data types, and checking and repairing tables without a primary key or unique index. For details, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md#restrictions-of-sync-diff-inspector). ## Install tools using TiUP From f7b3d644396173bcb2c58602baaaaf8fdad03d39 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Sun, 20 Sep 2026 09:54:25 +0800 Subject: [PATCH 3/3] Update migration-tools.md --- migration-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration-tools.md b/migration-tools.md index 88abdb6d601e6..2bc08cfd5f0a0 100644 --- a/migration-tools.md +++ b/migration-tools.md @@ -81,7 +81,7 @@ This document introduces the user scenarios, supported upstreams and downstreams - **Upstream**: TiDB, MySQL - **Downstream**: TiDB, MySQL - **Advantages**: Can be used to repair data in the scenario where a small amount of data is inconsistent -- **Limitation**: sync-diff-inspector has some restrictions on online checks for data migration between MySQL and TiDB, comparisons of certain data types, and checking and repairing tables without a primary key or unique index. For details, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md#restrictions-of-sync-diff-inspector). +- **Limitation**: sync-diff-inspector has some restrictions on online checks for data migration between MySQL and TiDB, comparisons of certain data types, and checking and repairing tables without a primary key or unique index. For more information, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md#restrictions-of-sync-diff-inspector). ## Install tools using TiUP