cPanel ELevate Ubuntu 20 guide
For general ELevate information, see the cPanel ELevate guide.
Prerequisites
Section titled “Prerequisites”Ensure your system is fully updated:
apt updateapt upgraderebootVerify cloud-init network configuration
Section titled “Verify cloud-init network configuration”Check the following files for improperly configured network entries:
/etc/cloud/cloud.cfg.d/50-curtin-networking.cfg/etc/netplan/50-cloud-init.yaml
These files should only contain your public IPv4 address. If you see any addresses in the 10.0.0.0/8 range (e.g., 10.0.21.107), remove them to avoid network issues during the ELevate process.
Download the ELevate script
Section titled “Download the ELevate script”wget -O /scripts/elevate-cpanel \ https://raw.githubusercontent.com/cpanel/elevate/release/elevate-cpanelchmod 700 /scripts/elevate-cpanelCheck for blockers
Section titled “Check for blockers”/scripts/elevate-cpanel --checkIf blockers are found, see these guides:
Start the ELevate process
Section titled “Start the ELevate process”If no blockers are found:
/scripts/elevate-cpanel --startMonitor progress
Section titled “Monitor progress”Check progress at any time:
/scripts/elevate-cpanelFollow logs in real time:
/scripts/elevate-cpanel --logIf you encounter a failure, correct the issue and resume:
/scripts/elevate-cpanel --continueAfter completion
Section titled “After completion”Update cPanel to the latest version:
/scripts/upcpIf you encounter any issues, contact our support team.