What is the download address for the dumpling tool? Why can’t I find the TiDB-community-toolkit software package here?
Also, what is the difference between the tidb-toolkit-v5.2.2-linux-amd64.tar.gz and tidb-community-toolkit-v5.2.2-linux-amd64.tar.gz software packages?
Version 8.1.0 includes
dumpling-v8.1.0-linux-amd64.tar.gz
The version 5.2.2 mentioned by the original poster indeed does not have it; the official team needs to provide the package. It is recommended that the original poster use the TiUP method for now.
It’s in the server package. You can copy it to tidb-community-toolkit-v5.2.2-linux-amd64 and use it after decompression. Configure the environment variables properly and use tiup install component in the same way. My cousin said that higher versions are backward compatible, so downloading the higher version should work the same.
It is generally not recommended to download and install packages separately now. It is better to use the package management tool tiup, which is simple and convenient. It is highly recommended.