diff --git a/en/TOC.md b/en/TOC.md index 5dcfdc957..0f039790c 100644 --- a/en/TOC.md +++ b/en/TOC.md @@ -3,6 +3,7 @@ - About DM - [What is DM?](overview.md) + - [5.3 Release Notes](releases/5.3.0.md) - Basic Features - [Table Routing](key-features.md#table-routing) - [Block and Allow Lists](key-features.md#block-and-allow-table-lists) diff --git a/en/_index.md b/en/_index.md index cc58a84d5..70f36d759 100644 --- a/en/_index.md +++ b/en/_index.md @@ -8,17 +8,10 @@ aliases: ['/docs/tidb-data-migration/dev/'] [TiDB Data Migration](https://github.com/pingcap/ticdc/tree/master/dm) (DM) is a convenient data migration tool, which supports data migration from MySQL-compatible databases (such as MySQL, MariaDB, and Aurora MySQL) into TiDB. It can help to reduce the operation cost of data migration. -The latest stable version of DM is v5.3. - -**What's new in DM 5.3:** - -- Compact multiple updates on a single row into one statement and merge batch updates of multiple rows into one statement to make sure low-latency replication from MySQL to TiDB. -- Add [DM OpenAPI](open-api.md) to better maintain DM clusters (experimental). - **Notes** - DM's GitHub repository has been moved to [https://github.com/pingcap/ticdc/tree/master/dm](https://github.com/pingcap/ticdc/tree/master/dm). You can go to the new repository to submit issues for follow-up feedback. -- The DM release schedule will be aligned with [TiCDC](https://docs.pingcap.com/tidb/stable/ticdc-overview), so its version number also keeps up with TiCDC. Since v2.1.0, the DM version number is changed to v5.3.0. +- As of DM v2.0, DM uses a TiDB-independent version number; after DM v2.0, DM uses the same version number as TiDB. Therefore, the next version of DM v2.0 is DM v5.3. There are no compatibility changes from DM v2.0 to v5.3, and the upgrade process is no different from a normal upgrade, only an increase in version number. diff --git a/zh/TOC.md b/zh/TOC.md index b92fb6951..e6ae016cc 100644 --- a/zh/TOC.md +++ b/zh/TOC.md @@ -3,6 +3,7 @@ - 关于 DM - [什么是 DM?](overview.md) + - [5.3 Release Notes](releases/5.3.0.md) - 基本功能 - [Table routing](key-features.md#table-routing) - [Block & Allow Lists](key-features.md#block--allow-table-lists) diff --git a/zh/_index.md b/zh/_index.md index 25bca482d..075124245 100644 --- a/zh/_index.md +++ b/zh/_index.md @@ -8,11 +8,6 @@ aliases: ['/docs-cn/tidb-data-migration/dev/'] [TiDB Data Migration](https://github.com/pingcap/ticdc/tree/master/dm) (DM) 是一款便捷的数据迁移工具,支持从与 MySQL 协议兼容的数据库(MySQL、MariaDB、Aurora MySQL)到 TiDB 的数据迁移。DM 工具旨在降低数据迁移的运维成本。 -DM 最新稳定版本是 5.3,相比 2.0 版本支持了以下特性: - -- 合并单行数据的多次变更,将点查更新合并为批量操作,实现以更低的延迟将数据从 MySQL 同步数据到 TiDB。 -- 增加 [DM OpenAPI](open-api.md) 以更方便地管理集群(实验特性)。 - **重要说明** - 由于某些原因,DM 的 GitHub 仓库已移到 [https://github.com/pingcap/ticdc/tree/master/dm](https://github.com/pingcap/ticdc/tree/master/dm)。请到新的仓库提交问题,以获得后续反馈。