cpanel / elevate

elevate your cPanel&WHM CentOS 7 server to Almalinux 8
https://cpanel.github.io/elevate/
BSD 2-Clause "Simplified" License
43 stars 29 forks source link

vultr cpanel installs have various errors on conversion #122

Open cpaneljesse opened 1 year ago

cpaneljesse commented 1 year ago
[root@cpanel60784976 ~]# /scripts/elevate-cpanel --check
* 17-16:08:20 (2504) [WARN] *** Elevation Blocker detected: ***
This installation of cPanel (11.104.0.4) does not appear to be up to date. Please upgrade cPanel to a most recent version.

* 17-16:08:20 (2504) [WARN] *** Elevation Blocker detected: ***
You are using MySQL 5.7 community server.
This version is not available for AlmaLinux 8.
You first need to update your MySQL server to 8.0 or later.

You can update to version 8.0 using the following command:

    /usr/local/cpanel/bin/whmapi1 start_background_mysql_upgrade version=8.0

Once the MySQL upgrade is finished, you can then retry to elevate to AlmaLinux 8.

* 17-16:08:22 (3018) [ERROR] 2 package(s) installed from unsupported YUM repo 'elrepo' from /etc/yum.repos.d/elrepo.repo
* 17-16:08:22 (3029) [WARN] Unsupported YUM repo enabled 'apprepo' without packages installed from /etc/yum.repos.d/vultr-apprepo.repo
* 17-16:08:22 (2504) [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.
toddr commented 1 year ago

@cpaneljesse I assume your only concern here is this, right?

* 17-16:08:22 (3018) [ERROR] 2 package(s) installed from unsupported YUM repo 'elrepo' from /etc/yum.repos.d/elrepo.repo
* 17-16:08:22 (3029) [WARN] Unsupported YUM repo enabled 'apprepo' without packages installed from /etc/yum.repos.d/vultr-apprepo.repo
cpaneljesse commented 1 year ago

@toddr yes, that is the concern.

hyssop commented 1 year ago

I am seeing this error when checking Elevate on all my Vultr cPanel servers.

# yum list installed | grep elrepo elrepo-release.noarch 7.0-6.el7.elrepo @elrepo kmod-ixgbe.x86_64 5.12.5-2.el7_9.elrepo @elrepo

I have created test instances today on Vultr that are the same instance I originally installed cPanel on and they don't have these.

What is the status on this issue?

Can the packages and repo simply be removed and Elevate run?


I am also seeing a warning to remove python3 (again on all Vultr servers). I also see python3.6 is installed on the test instance today. I don't know why it's there (i.e if it's used by anything - it's not used by cPanel).

I assume there should be no issue removing it and running Elevate. Can anyone confirm?

-Pete