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.
cl-MySQL80-8.0.26-1
governor-mysql-1.2-70
To install MySQL/MySQL Governor, follow our documentation for the instructions here.
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