liquibase-percona
liquibase-percona copied to clipboard
Support MySQL 8.4
The current version of Percona Toolkit is incompatible with the latest LTS release of MySQL 8.4. Among other things, the new MySQL version removed the deprecated SHOW SLAVE HOSTS statement (should be SHOW REPLICAS).
See https://perconadev.atlassian.net/browse/PT-2340
As soon es the next Percona Toolkit Version is released, we can
- update PT Toolkit: https://github.com/liquibase/liquibase-percona/blob/d059fca735a6b43bbfe90bef31e243453f70fb58/pom.xml#L49
- update default MySQL for integration tests to 8.4: https://github.com/liquibase/liquibase-percona/blob/d059fca735a6b43bbfe90bef31e243453f70fb58/pom.xml#L64
- Update GitHub Actions to run against MySQL 8.0.x and 8.4.x: https://github.com/liquibase/liquibase-percona/blob/d059fca735a6b43bbfe90bef31e243453f70fb58/.github/workflows/test.yml#L33