Upgrade WHM / cPanel Linux server to EDGE release
Q. How do I upgrade my CentOS Linux 5.0 dedicated server to WHM / cPanel edge release?
A. You can upgrade to EDGE release from WHM manager. Please note that Edge is the bleeding edge tree. While it has the newest features; It has undergone the least amount of testing (if any). You generally shouldn't run this build unless you need a bug fix or feature in it. Once an equivalent CURRENT or RELEASE build has been released, you should switch away from this.
Configure EDGE upgrade
a] Just login to WHM
b] Look for Server Configuration
c] Click on Update Config
d] Set cPanel/WHM Updates option to Manual Updates Only (bleeding EDGE tree)

e] Click on Save.
To start upgrade procedure
Look for cPanel
Click on Upgrade to Latest Version
Click on Click Upgrade button
Edge upgrade from a shell or command prompt
Login as the root via ssh. Edit /etc/cpupdate.conf file:
# vi /etc/cpupdate.conf
Find line
CPANEL=stable
Replace with:
CPANEL=manual-edge
Save and close the file. Now update to edge:
# /scripts/upcp --force
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux list all IROs currently in use
- Howto rebuild Apache for Cpanel Linux / UNIX Server (Control Panel)
- Upgrade Linux kernel howto
- Host a domain without CPanel or Plesk Control Panel
- How do I upgrade the kernel in Linux without compiling from source code?
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: bleeding edge, centos linux, centos_linux, command_prompt, config, cpanel, dedicated server, latest_version, linux server, manual updates, scripts, server configuration, shell, ssh, whm



June 4th, 2008 at 7:33 pm
# /scripts/upcp — force
should be
# /scripts/upcp –force
June 4th, 2008 at 7:34 pm
Ah, all I was saying is that you need to remove the space between the two dashes and the word force.
June 4th, 2008 at 8:21 pm
Michael,
Thanks for the heads up. The faq has been updated.