The CloudLinux team has released a new cldeploy script and updates to MariaDB for MySQL Governor. All Nuagerie servers are automatically updated, however, the manual update commands have been included.
A new updated cldeploy script version 1.50 is now available. With this script, you can easily convert existing servers from CentOS 6.x or 7.x to CloudLinux 6 or 7 OS. The process takes a few minutes and replaces just a handful of RPMs. To download the script, please visit the CloudLinux repository https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
Note: If you have an older version of the script, the next execution will come with the ability to download the new updated script.
cldeploy-1.50
For more information about the new cldeploy script, please visit the official CloudLinux documentation.
---
New updated MariaDB packages for MySQL Governor are now available.
cl-MariaDB100
cl-MariaDB101
To update MariaDB, run:
# yum update cl-MariaDB-meta-client cl-MariaDB-meta-devel cl-MariaDB-meta cl-MariaDB* --enablerepo=cloudlinux-updates-testing # service mysql restart # service db_governor restart
To install MariaDB 10.0.38 on a new server, execute:
# yum install governor-mysql # /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb100 # /usr/share/lve/dbgovernor/mysqlgovernor.py --install-beta
To install MariaDB 10.1.38 on a new server, run:
# yum install governor-mysql # /usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb101 # /usr/share/lve/dbgovernor/mysqlgovernor.py --install-beta