MySQL 8.0 and MySQL Governor have been scheduled for gradual rollout
New updated MySQL 8.0 (CloudLinux OS 7 and 8) and MySQL Governor packages have been scheduled for gradual rollout from our production repository.
Rollout slot: 1
Rolled out to: 0.2%
ETA for 100% rollout: August, 24
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.
Immediate update (via bypass)
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* --enablerepo=cloudlinux-rollout-1-bypass
# service db_governor restart
To update MySQL Governor, run the following command:
# yum update governor-mysql --enablerepo=cloudlinux-rollout-1-bypass
# service db_governor restart
# service mysqld restart