MySQL 8.0 and MySQL Governor have been rolled out to 100%
New updated MySQL 8.0 (CloudLinux OS 7 and 8) and MySQL Governor packages have been rolled out to 100% and are now available for download from our production repository.
Changelog
cl-MySQL80-8.0.26-1
- MYSQLG-612: Update MySQL to version 8.0.26
governor-mysql-1.2-70
- MYSQLG-579: dbctl allowed usernames extended
Installation
To install MySQL/MySQL Governor, follow our documentation for the instructions here.
Update
NOTE: Please make a full database backup (including system tables) before you upgrade MySQL or switch to MariaDB. This action will prevent data loss in case something goes wrong.
To update cl-MySQL, run the following command:
# yum update cl-MySQL-meta-client cl-MySQL-meta-devel cl-MySQL-meta cl-MySQL*
# service db_governor restart
To update MySQL Governor, run the following command:
# yum update governor-mysql
# service db_governor restart
# service mysqld restart