If just doing a general YUM update does not update your Cloud Linux you are not alone. In fact sometimes the LVE manager never installs at all. Don’t worry though, it’s just one line of code and about 5 minutes to fix. yum install lvemanager –enablerepo=cloudlinux-updates-testing If that still does not work try to do… Continue reading The right way to upgrade Cloud Linux that works
Tag: cloud linux
How to upgrade mysql on a Cpanel Cloud Linux server
How to install new package: 1) yum install governor-mysql –enablerepo=cloudlinux-updates-testing 2) /usr/share/lve/dbgovernor/mysqlgovernor.py –install For upgrading to MySQL 5.5(for example), you should to do: 1) /usr/share/lve/dbgovernor/db-select-mysql –mysql-version=mysql55 2) /usr/share/lve/dbgovernor/db-select-mysql –install-now 3) You will need cPanel to rebuild php through easyapache next to finish the procedure.
Starting and Stopping mysql-governor mysql_governor
Starting and Stopping mysql-governor mysql_governor To start: service db_governor start To stop: service db_governor stop
To install MySQL governor on your Cpanel Cloud Linux server
To install MySQL governor on your server: yum remove db-governor db-governor-mysql # you can ignore errors if you don’t have those packages installed yum install governor-mysql –enablerepo=cloudlinux-updates-testing /usr/share/lve/dbgovernor/mysqlgovernor.py –install * The installation currently supports only cPanel & DirectAdmin servers. ** Please, note that MySQL on cPanel servers will be updated from CloudLinux RPMs. ***… Continue reading To install MySQL governor on your Cpanel Cloud Linux server