Question
How can you pin a specific cPanel major version or minor version?
Answer
- Log in to the server via SSH or WHM's Terminal as the
rootuser Open
/etc/cpupdate.confin your preferred text editor, such as:# nano /etc/cpupdate.conf
Modify the CPANEL variable to your desired version, such as:
CONFIG_TEXT: CPANEL=11.34
You can pin a minor version by changing the
CPANELvariable to the full major and minor version, such as:CONFIG_TEXT: CPANEL=11.134.0.23
- Save the file
Comments
0 comments
Please sign in to leave a comment.