jndawson

Well-Known Member
Aug 27, 2014
350
39
78
Western US
cPanel Access Level
DataCenter Provider
We are prepping to elevate our CloudLinux 7 boxes to CL8.

We've been following the provided elevate instructions (ELevate), including installing leapp from the only link we've found: Installing the development environment — Leapp 0.15.1 documentation.
Here's the results from running /scripts/elevate-cpanel --check:
Code:
[ root@cp4 ~># /scripts/elevate-cpanel --check
* 2023-07-12 14:40:45 [INFO] Successfully verified signature for cpanel (key types: release).
* 2023-07-12 14:40:48 [ERROR] 6 package(s) installed from unsupported YUM repo 'copr:copr.fedorainfracloud.org:group_oamg:leapp' from /etc/yum.repos.d/group_oamg-leapp-epel-7.repo
* 2023-07-12 14:40:48 [WARN] *** Elevation Blocker detected: ***
One or more enabled YUM repo are currently unsupported.
You should disable these repositories and remove packages installed from them
before continuing the update.
Where do we find the correct leapp? Do we even need to use leapp?
 

ffeingol

Well-Known Member
PartnerNOC
Nov 9, 2001
963
437
363
cPanel Access Level
DataCenter Provider
I'd suggest opening a ticket with either CL or cPanel depending on whom you purchased your license from. Having said that, in reading CL's elevate page, it sounds like they developed their script/process with leapp and it's not something that you need to install.
 

jndawson

Well-Known Member
Aug 27, 2014
350
39
78
Western US
cPanel Access Level
DataCenter Provider
I'd suggest opening a ticket with either CL or cPanel depending on whom you purchased your license from. Having said that, in reading CL's elevate page, it sounds like they developed their script/process with leapp and it's not something that you need to install.
We opened a support ticket with CL support after we received an answer back from CL support to open a support ticket.
 

cPanelWilliam

Administrator
Staff member
Mar 13, 2018
221
41
153
Houston
cPanel Access Level
Root Administrator
Hello!

Where do we find the correct leapp? Do we even need to use leapp?
@ffeingol is correct, you shouldn't need to manually install leapp to run ELevate. With that said, the ELevate process does log some information within /var/log/leapp/ , so that directory can be useful to check should you run into issues with the upgrade. Regarding the issue you encountered, you should be able to get past the errors by disabling any unsupported repositories and removing the packages installed from them. The following article should help with disabling repositories:

How do I enable or disable a repository
 

jndawson

Well-Known Member
Aug 27, 2014
350
39
78
Western US
cPanel Access Level
DataCenter Provider
@ffeingol is correct, you shouldn't need to manually install leapp to run ELevate. With that said, the ELevate process does log some information within /var/log/leapp/ , so that directory can be useful to check should you run into issues with the upgrade. Regarding the issue you encountered, you should be able to get past the errors by disabling any unsupported repositories and removing the packages installed from them. The following article should help with disabling repositories:
We removed/cleaned the repository already since the '/scripts/elevate-cpanel --check' said to.

Still waiting for CL support to respond with an answer.