File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ TiDB Data Migration (DM) 数据迁移工具可以将数据从不同类型的数
1616
1717| 数据源 | 级别 | 说明 |
1818| - | - | - |
19- | MySQL ≤ 5.5 | 未测试 |
20- | MySQL 5.6 | 正式支持 | |
21- | MySQL 5.7 | 正式支持 | |
22- | MySQL 8.0 | 正式支持 | 不支持 binlog 事务压缩 [ Transaction_payload_event] ( https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html ) 。 |
23- | MySQL 8.1 ~ 8.3 | 未测试 | |
24- | MySQL 8.4 | 不兼容 | 更多信息,请参考 [ DM Issue #11020 ] ( https://github.com/pingcap/tiflow/issues/11020 ) 。|
25- | MySQL 9.x | 未测试 | |
19+ | MySQL ≤ 5.5 | 未测试 | |
20+ | MySQL 5.6 | 正式支持 | |
21+ | MySQL 5.7 | 正式支持 | |
22+ | MySQL 8.0 | 正式支持 | 不支持 binlog 事务压缩 [ Transaction_payload_event] ( https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html ) 。 |
23+ | MySQL 8.1 ~ 8.3 | 未测试 | |
24+ | MySQL 8.4 | 不兼容 | 更多信息,请参考 [ DM Issue #11020 ] ( https://github.com/pingcap/tiflow/issues/11020 ) 。 |
25+ | MySQL 9.x | 未测试 | |
2626| MariaDB < 10.1.2 | 不兼容 | 与时间类型的 binlog 不兼容。 |
2727| MariaDB 10.1.2 ~ 10.5.10 | 实验支持 | |
28- | MariaDB > 10.5.10 | 未测试 | 在绕过[ 前置检查] ( /dm/dm-precheck.md ) 后,理论上大多数情况下可以正常工作。参见 [ MariaDB 说明] ( #mariadb-说明 ) 。 |
28+ | MariaDB > 10.5.10 | 未测试 | 在绕过[ 前置检查] ( /dm/dm-precheck.md ) 后,理论上大多数情况下可以正常工作。参见 [ MariaDB 说明] ( #mariadb-说明 ) 。 |
2929
3030### 与外键 CASCADE 操作的不兼容性
3131
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ tiup dmctl check-task ./task.yaml
131131 - 检查 binlog 是否开启(DM 要求 binlog 必须开启)。
132132 - 检查是否有 ` binlog_format=ROW ` (DM 只支持 ROW 格式的 binlog 迁移)。
133133 - 检查是否有 ` binlog_row_image=FULL ` (DM 只支持 ` binlog_row_image=FULL ` )。
134- - 如果配置了 ` binlog_do_db ` 或者 ` binlog_ignore_db ` ,那么检查需要迁移的库表,是否满足 ` binlog_do_db ` 和 ` binlog_ignore_db ` 的条件 。
134+ - 检查是否有 binlog_transaction_compression=OFF(DM 不支持事务压缩) 。
135135
136136* (必须)检查上游是否处于 [ Online-DDL] ( /dm/feature-online-ddl.md ) 过程中,即创建了 ` ghost ` 表,但还未执行 ` rename ` 的阶段。如果处于 online-DDL 中,则检查报错,请等待 DDL 结束后重试。
137137
You can’t perform that action at this time.
0 commit comments