Cpanel Release Tiers
cPanel has released publicly in 4 tiers:
* STABLE
* RELEASE
* CURRENT
* EDGE
This scheme allows rapid development and quick availability of new versions of cPanel & WHM. Server admins can select a cPanel & WHM tier.
STABLE Has received considerable public exposure, testing, and verification. Published least frequently.
RELEASE Similar to STABLE, but has received slightly less testing. Updated more often than STABLE. New installations default to RELEASE. Published more frequently than STABLE.
CURRENT Tested and verified, but may not contain all proposed functionality of a release. Similar to the “release candidate” tier used under other publication schemes.
EDGE Has received only rudimentary testing. Features are subject to further modification. Usually lacks official public documentation.
Due to the dynamic nature of EDGE builds, you should only use EDGE for compatibility and functionality testing in a controlled environment. Do not use the EDGE tier on production servers.
Reference: http://cpanel.net/
Updating RubyGems
You will have to manually update any RubyGems that is installed.
Run
/usr/local/cpanel/scripts/installruby
WHM will install only required modules.
It will update these modules when /usr/local/cpanel/scripts/upcp runs.
Updating cPAddons
cPAddons: Pieces of software that you can install on your website through cPanel. cPAddons provide useful tools to your website. Common examples include bulletin boards, chat programs, and online shopping carts.
You can manage specific configuration options for your cPAddons using the Manage cPAddons feature located at
Main >> cPanel >> Manage cPAddons in your WHM interface.
This feature will allow you to choose which cPAddons you wish to update automatically.
These cPAddons are updated by a cronjob that runs nightly. This cronjob updates the cPAddon repository for the entire server.
Updating the PHP instance used by cPanel
PHP used by cPanel
To update the PHP instance used by cPanel, run
/usr/local/cpanel/scripts/makecpphp
from the command line.
Updating or changing the version of PHP?
To update the PHP instance used by Apache, run
/usr/local/cpanel/scripts/phpup
from the command line.
PHP used by Apache
To change the PHP version used by Apache, access EasyApache, either at Main >> Software >> EasyApache (Apache Update) in WHM, or
/usr/local/cpanel/scripts/easyapache
on the command line.