Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When I navigate to the mariadb.org repo tool at https://mariadb.org/download/?t=repo-config to generate a YUM repo for RHEL8, it generates files like this:
# MariaDB 11.4 RedHatEnterpriseLinux repository list - created 2024-06-07 11:15 UTC
|
# https://mariadb.org/download/
|
[mariadb]
|
name = MariaDB
|
# rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details.
|
# baseurl = https://rpm.mariadb.org/11.4/rhel/$releasever/$basearch
|
# baseurl = https://rpm.mariadb.org/11.4/rhel/$releasever/$basearch
|
module_hotfixes = 1
|
# gpgkey = https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB
|
gpgkey = https://mirrors.xtom.nl/mariadb/yum/RPM-GPG-KEY-MariaDB
|
gpgcheck = 1
|
As you can see, there are two identical baseurls, and both are commented out.
If I uncomment one of them and try to use it, then that seems to work.
RHEL7 and RHEL9 also seem OK.
I suspect one baseurl should have been uncommented and should have pointed at the mirror.