[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version]
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Issue Phenomenon and Impact]
[Resource Configuration] Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachments: Screenshots / Logs / Monitoring]
I understand that DM is [Dumpling] + [TiDB Lightning] and Dumpling is mydumper. So how can I determine the version of the embedded mydumper?
DM is TiDB’s data migration tool, full name is Data Migration, used for migrating both full and incremental data.
Dumpling is TiDB’s logical export tool, which is different from mydumper. TiDB also has a modified version of mydumper.
To check the tool’s version, use --version or -V.
For example, to check dumpling’s version: ./dumpling -V
Starting from v7.5.0, Mydumper has been deprecated, and most of its functions have been replaced by Dumpling. Note that it is a replacement, not an integration.
DM and [Dumpling] + [TiDB Lightning] are unrelated; DM is a migration and synchronization component. Dumpling is a revised version of mydumper, which is now deprecated.