Get our latest news

Blog & News

cldeploy and MariaDB for MySQL Governor updated

  • 25 February 2019

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.

cldeploy

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.

Changelog:

cldeploy-1.50

  • CLDEPLOY-89: Please change all repo.cloudlinux.com from http:// to https:///;
  • CCLDEPLOY-88: Check initramfs existence and grub.conf integrity after the kernel package installation;

For more information about the new cldeploy script, please visit the official CloudLinux documentation.

---

MariaDB

New updated MariaDB packages for MySQL Governor are now available.

Changelog:

cl-MariaDB100

  • updated up to version 10.0.38
  • MYSQLG-320: /usr/lib/tmpfiles.d files added

cl-MariaDB101

  • updated up to version 10.1.38
  • MYSQLG-352: fixed scriptlets

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