Add admin user changes to 2.4 upgrade document

The admin users should be upgraded to use a better password hashing
algorithm.
This commit is contained in:
Markus Mäkelä
2019-06-24 12:54:59 +03:00
parent a595b1b292
commit 8b34b9bcc8

View File

@ -62,6 +62,12 @@ some_param=60s
some_param=60000ms
```
## Improved Admin User Encryption
MaxScale 2.4 will use a SHA2-512 hash for new admin user passwords. To upgrade a
user to use the better hashing algorithm, either recreate the user or use the
`maxctrl alter user` command.
## MariaDB-Monitor
The following settings have been removed and cause a startup error