Percona Toolkit 3.7.0 has been released on Dec 23, 2024. The main feature of this release is MySQL 8.4 support.
In this blog, I will explain what has been changed. A full list of improvements and bug fixes can be found in the release notes.
TLDR;
- Replication statements in 8.4 are fully supported by the Percona Toolkit
-
pt-slave-delayhas been deprecated. -
pt-slave-findhas been renamed topt-replica-find. The old name has been deprecated but exists in the repository as an alias of thept-replica-find. -
pt-slave-restarthas been renamed topt-replica-restart. Old name has been deprecated but exists in the repository as an alias of the …