Get our latest news

Blog & News

MySQL Governor version 1.2.37 is now available

  • 21 January 2019

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:

  • mysql80, libmysqlclient.so.21 support;
  • MYSQLG-297, MySQLG-301: old authorization procedure for mysql80;
  • MYSQLG-293: added logrotate config for governor-mysql;
  • MYSQLG-306: fixed an error logging from --dbupdate;
  • MYSQLG-300: CageFS force-update after MySQL Governor installation and delete procedure;
  • MYSQLG-302: investigated why db_governor fails with error "Can't init BAD list";
  • MYSQLG-326: fixed wrong handling of SQL line while logging slow MySQL query.

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.

----------

MariaDB for MySQL Governor

Changelog:

cl-MariaDB-55-5.5.62-2

  • updated package to 5.5.62;
  • MYSQLG-291, MYSQLG-340: added systemd service files and scripts.

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