Question
Does cPanel support minor version downgrades?
Answer
There are times when you need to downgrade the cPanel version to an older minor version, such as downgrading 134.0.12 to 134.0.11.
Note: cPanel can be downgraded to an older minor version, but not an older major version.
- Access the server's command line as the
rootuser via SSH or Terminal in WHM. - Open the
/etc/cpupdate.conffile in your preferred text editor. -
Update the
CPANELvalue to the desired version.CONFIG_TEXT: CPANEL=11.120.0.11
Warning: Once you specify the version in this file, the system will be locked to this version until you change it. You will not receive security and bug-fix updates.
- Save the changes and exit the text editor.
-
Run the
upcpscript with the--forceflag to install the older version.# /scripts/upcp --force
Comments
0 comments
Article is closed for comments.