When cpanel performs automated updates, if there is a mysql/mariadb update, it automatically restarts the database server, which causes an outage of our services. For this reason, and because sometimes other updates break services, we need to install updates manually. We have edited /etc/cpupdate.conf to the following:
CPANEL=release
RPMUP=manual
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=manual
But the upcp cron is still performing RPM updates and restarting MariaDB. Why are these settings being ignored, and how can we prevent this?
CPANEL=release
RPMUP=manual
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=manual
But the upcp cron is still performing RPM updates and restarting MariaDB. Why are these settings being ignored, and how can we prevent this?