Introduction
cPanel minor version downgrade steps
NOTE
Please be aware, this procedure will keep your system to the same version forever and you will not receive security and bug fixes updates.
Procedure
If your cPanel was upgraded overnight from a minor version to a new minor version, as an example from 11.94.0.8 to 11.94.0.10 and you want to revert to 11.94.0.8 minor version, please follow the next steps.
Edit the following file:
cat /etc/cpupdate.conf
CPANEL=stable
RPMUP=daily
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=daily
And change the CPANEL line to the desired version and save the file:
cat /etc/cpupdate.conf
CPANEL=11.94.0.8
RPMUP=daily
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=daily
Then run the upcp script:
/scripts/upcp --force