CloudLinux has released updates to its MySQL Governor feature. MySQL Governor version 1.2.37 is now available along with updates to the MariaDB packages. All Nuagerie servers are automatically updated, however, the update commands have been included as well.
Changelog:
To update, run:
# yum update governor-mysql # service db_governor restart
If you are installing MySQL Governor on a new server, please follow the instructions in the official documentation.
----------
Changelog:
cl-MariaDB-55-5.5.62-2
To update MariaDB 5.5, run:
# yum update cl-MariaDB-meta-client cl-MariaDB-meta-devel cl-MariaDB-meta cl-MariaDB* # service mysql restart # service db_governor restart
To install MariaDB 5.5 on a new server, run:
# yum install governor-mysql # /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb55 # /usr/share/lve/dbgovernor/mysqlgovernor.py --install