You are viewing the documentation of TiDB v8.3 (DMR). PingCAP does not provide bug fixes for v8.3. Any bugs will be fixed in future releases. For general purposes, please use the latest LTS version of the TiDB database.
Compatibility Catalog of TiDB Data Migration
DM supports migrating data from different sources to TiDB clusters. Based on the data source type, DM has four compatibility levels:
Generally available (GA): The application scenario has been verified and passed the GA test.
Experimental: Although the application scenario has been verified, the test does not cover all scenarios or involves only a limited number of users. The application scenario might encounter problems occasionally.
Not tested: DM is expected to be always compatible with MySQL during iteration. However, due to resource constraints, not all MySQL forks are tested with DM. Therefore, the not tested source or target is technically compatible with DM, but is not fully tested, which means you need to verify its compatibility before you use.
Incompatible: DM is proved to be incompatible with the data source and the application is not recommended for use in production environments.
DM v5.3.0 is not recommended. If you have enabled GTID replication but do not enable relay log in DM v5.3.0, data replication fails with low probability.