Skip to main content

CentOS 7 - cPanel ELevate to AlmaLinux 8 Errors - Unknown error while checking blockers: Unable to backup EA4 profile

Answered

Comments

3 comments

  • cPRex Jurassic Moderator

    Hey there!  This looks like an issue with that particular mirror as  http://asi-fs-n.contabo.net/centos/7/os/x86_64/repodata/repomd.xml is a dead link for me.  Since CentOS 7 is no longer supported, you'll likely need to switch to the vault repos in order for things to work:

    https://support.cpanel.net/hc/en-us/articles/24571139547415-Could-not-retrieve-mirrorlist-http-mirrorlist-centos-org-on-CentOS-7

    but you may need to contact Contabo to see what their official recommendation is on this situation.

    1
  • BigDil

    This worked without issues thank you cPRex.
    I replaced everything in "/etc/yum.repos.d/CentOS-Base.repo " with the links below and did "yum clean all && yum makecache"
    Thanks again

    [base]
    name=CentOS-$releasever - Base
    baseurl=https://vault.centos.org/7.9.2009/os/$basearch
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

    #released updates
    [updates]
    name=CentOS-$releasever - Updates
    baseurl=https://vault.centos.org/7.9.2009/updates/$basearch
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

    #additional packages that may be useful
    [extras]
    name=CentOS-$releasever - Extras
    baseurl=https://vault.centos.org/7.9.2009/extras/$basearch
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

    #additional packages that extend functionality of existing packages
    [centosplus]
    name=CentOS-$releasever - Plus
    baseurl=https://vault.centos.org/7.9.2009/centosplus/$basearch
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    0
  • cPRex Jurassic Moderator

    Awesome - glad to hear that helped!

    0

Please sign in to leave a comment.