We have updated the following MariaDB and MySQL Governor packages on all of our servers. All Nuagerie servers are automatically updated, however, the manual update commands have been included.
cl-MariaDB55-5.5.63-1
cl-MariaDB102-10.2.22-1
To update MariaDB to the newest version, please enter the following into the command terminal:
# 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
To install MariaDB 10.2 on a new server, execute:
# yum install governor-mysql # /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb102 # /usr/share/lve/dbgovernor/mysqlgovernor.py --install
---
A new updated MySQL Governor version 1.2-39 is now available.
governor-mysql-1.2.39
To update, run:
# yum update governor-mysql # service db_governor restart