Skip to content

Rate this page
Thanks for your feedback
Thank you! The feedback has been submitted.

For help, click the link below to get free database assistance or contact our experts for personalized support.

Percona Toolkit updates for 8.4

Percona Toolkit has been updated to support MySQL 8.4, addressing terminology, deprecations, and authentication improvements. If your automation or runbooks use these tools, plan updates alongside the database upgrade.

Terminology alignment

  • Toolkit commands and output now use SOURCE/REPLICA terminology consistent with MySQL 8.4.

Renamed tools

  • pt-slave-findpt-replica-find
  • pt-slave-restartpt-replica-restart

Aliases with the old names remain for a transition period; update scripts and runbooks to the new names.

Deprecated tool

  • pt-slave-delay is deprecated and does not support MySQL 8.4. Use built-in delayed replication features instead.

Authentication and SSL

  • Enhanced SSL/TLS handling and improved support for caching_sha2_password and sha256_password authentication plugins.

What to change in your environment

  • Update automation and scripts: replace pt-slave-find with pt-replica-find, and pt-slave-restart with pt-replica-restart.
  • Remove dependencies on pt-slave-delay; use native delayed replication features instead.
  • Validate Toolkit connectivity using your TLS settings and modern authentication plugins.

Further reading