New updated MariaDB and MySQL packages for MySQL Governor for CloudLinux 6 and 7 have been scheduled for gradual rollout from our production repository.
Rollout slot: 4
Rolled out to: 0.2%
ETA for 100% rollout: June, 9th
cl-MariaDB55-5.5.68-1
cl-MariaDB101-10.1.45-1
cl-MariaDB102-10.2.32-1
cl-MariaDB103-10.3.23-1
cl-MySQL56-5.6.48-1
cl-MySQL57-5.7.30-1
To install MariaDB/MySQL, follow our documentation for instructions here.
Note: There is no way to install these packages immediately (you can only update them immediately).
For new installations: you should install the current stable packages via MySQL Governor using installation instructions and only after that, you can update MySQL/MariaDB from the rollout slot 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 if something goes wrong.
To update MariaDB, run:
# yum update cl-MariaDB-meta-client cl-MariaDB-meta-devel cl-MariaDB-meta cl-MariaDB*
# service mysql restart
# service db_governor restart
To update MySQL, run:
# yum update cl-MySQL-meta-client cl-MySQL-meta-devel cl-MySQL-meta cl-MySQL*
# service mysql restart
# service db_governor restart
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 if something goes wrong.
To update MariaDB, run:
# yum update cl-MariaDB-meta-client cl-MariaDB-meta-devel cl-MariaDB-meta cl-MariaDB* --enablerepo=cloudlinux-rollout-4-bypass
# service mysql restart
# service db_governor restart
To update MySQL, run:
# yum update cl-MySQL-meta-client cl-MySQL-meta-devel cl-MySQL-meta cl-MySQL* --enablerepo=cloudlinux-rollout-4-bypass
# service mysql restart
# service db_governor restart