title | date | draft | layout |
---|---|---|---|
cPanel ELevate Project |
2022-12-07 08:53:47 -0500 |
false |
single |
The ELevate project aims to upgrade a cPanel installation with minimal outages. It builds and expands on the Alma Linux ELevate project, which was created for in-place upgrades of RedHat-based systems.
Pull requests are welcome. Code contributions are subject to our Contributor License Agreement
This project will perform the following upgrades:
- CentOS 7 to AlmaLinux 8
- CloudLinux 7 to CloudLinux 8
- Ubuntu 20 to Ubuntu 22
The ELevate provides a wrapper around existing upgrade projects. While these projects are very effective at upgrading distribution packages, if you attempt to use them directly on a cPanel installation, you will end up with a broken system.
cPanel's ELevate wraps the following projects:
- RHEL-based systems: The LEAPP Project.
- Ubuntu-based systems: The do-release-upgrade script.
For more information about the project, you can watch our .
The cPanel ELevate project checks for any blockers before it starts the upgrade process. The process is performed in stages. The server reboots between each stage and then does a final reboot when the process is complete.
Install the elevate-cpanel
service.
Update the system's distribution packages, disable any cPanel services, and set the message-of-the-day (motd) to inform users an upgrade is in process.
Configure the ELevate repository.
Update cPanel packages, remove any conflicting packages, then back up the existing configuration. NOTE: The backup not include any of the system's data. However, it might include the configuration for the following software:
- cPanel (
upcp
) - EasyApache 4
- MySQL or MariaDB
- Distribution Perl/PECL binary re-installs
The system may ask you to provide answers to some questions before it can start the upgrade process.
Upgrade the server to the new distribution and restore the removed packages.
Verify the installation and clean up the server. This includes removing the elevate-cpanel
service.
To start the ELevate process and upgrade your server, read our ELevate Your Server documentation.
If you need more assistance, constact cPanel Technical Support.
We do not guarantee the functionality of software in this repository. You assume all risk for use of any software that you install from this repository. Installation of this software could cause significant functionality failures, even for experienced administrators.
Copyright 2024 WebPros International, LLC
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.