A new LTS version of MySQL is available 9.7 (We will use Percona MySQL).
One change that affects us is the deprecation and removal of mysql_native_password, instead users should move to caching_sha2_password.
However there is an open issue with SaltStack as support for this new option is not fully integrated yet:
saltstack/salt#66859
Once Salt is updated we can move forward with this.
The warning we are currently seeing:
[Warning] [MY-013360] [Server] Plugin sha256_password reported: ''sha256_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
Servers:
A new LTS version of MySQL is available 9.7 (We will use Percona MySQL).
One change that affects us is the deprecation and removal of
mysql_native_password, instead users should move tocaching_sha2_password.However there is an open issue with SaltStack as support for this new option is not fully integrated yet:
saltstack/salt#66859
Once Salt is updated we can move forward with this.
The warning we are currently seeing:
Servers: