This article provides the necessary steps to upgrade from CentOS 7 to AlmaLinux 8 or from CloudLinux 7 to CloudLinux 8 using cPanel ELevate. Warning: Back up your data before starting the update to avoid data loss.
Procedure
- Back up your accounts.
- Access the server terminal as the ‘root’ user via SSH.
- Update the packages:
yum update
- Update cPanel:
/scripts/upcp
- Restart the server:
shutdown -r now
- Log in again as ‘root’ after the reboot.
- Download the cPanel ELevate script:
chmod 700 /scripts/elevate-cpanel
- Check update blockers:
/scripts/elevate-cpanel --check
- Solve the problems listed and check again:
/scripts/elevate-cpanel --check
- Start the update process if there are no blockers:
/scripts/elevate-cpanel --start
- Check the update status:
/scripts/elevate-cpanel --status
The upgrade process can take up to 90 minutes and requires several reboots.
Additional features
For more details, visit the original article.