elevate icon indicating copy to clipboard operation
elevate copied to clipboard

vultr cpanel installs have various errors on conversion

Open cpaneljesse opened this issue 2 years ago • 3 comments

[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.

cpaneljesse avatar Sep 17 '22 16:09 cpaneljesse

@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

toddr avatar Sep 28 '22 23:09 toddr

@toddr yes, that is the concern.

cpaneljesse avatar Mar 27 '23 21:03 cpaneljesse

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

hyssop avatar May 11 '23 03:05 hyssop