Issue
How to install DB Governor using the command line?
Environment
- CloudLinux OS 6/7/8
Solution
You can find information on how to install MySQL Governor in our documentation:
https://docs.cloudlinux.com/cloudlinux_os_components/#installation-and-update-3.
For example, your server has MariaDB 10.3.32 installed, so you'll need to convert to mariadb103 with these commands:
yum install governor-mysql
/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb103
/usr/share/lve/dbgovernor/mysqlgovernor.py --install
Make sure you are installing the same version of mysql\mariadb or conversion can lead to database corruption.
Useful links
https://docs.cloudlinux.com/cloudlinux_os_components/#installation-and-update-3.
Comments
0 comments
Please sign in to leave a comment.