[MDEV-29339] RHEL/CentOS 8 variant MariaDB 10.6+ repo failures Created: 2022-08-19 Updated: 2022-08-25 Resolved: 2022-08-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Repositories |
| Affects Version/s: | 10.6, 10.7, 10.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Hans Borresen | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This came up in zulip chat ( https://mariadb.zulipchat.com/#narrow/stream/118759-general/topic/Recent.20mirror.20changes ) – but I decided to file a bug report since there hasn't been a response yet. In the past, yum.mariadb.org was used for yum repos. While it looks like you guys are now suggesting people use dlm.mariadb.com, there are still a lot of servers out there that have repos configured with yum.mariadb.org There was recently a problem with those mirrors – see https://yum.mariadb.org/10.6/centos8-amd64 // https://mirror.mariadb.org/yum/10.6/centos8-amd64 used to have the packages – but now they just 404. It looks like the folder has moved slightly – and are now located at https://yum.mariadb.org/10.6/centos/8/x86_64 This causes all yum/dnf operations on servers with the old repo location to fail until the system administrator manually updates the file in /etc/yum.repos.d Would it be possible to make https://mirror.mariadb.org/yum/10.6/centos8-amd64 work again? Also, are there any plans to provide the repo configuration files via a package that can be maintained via package management systems? For example, MySQL provides the "mysql80-community-release" package which owns the configuration files for the repository. |
| Comments |
| Comment by Daniel Bartholomew [ 2022-08-19 ] |
|
The centos8-amd64 symlink (it was a symlink that pointed at rhel/8/x86_64/) was removed because CentOS 8 is no longer supported. You are correct that this does create issues for users that have the old symlink in their repo config files. I'll get those restored. Thanks. |
| Comment by Hans Borresen [ 2022-08-19 ] |
|
@dbart Along the same lines, would it be possible to make a symlink for https://archive.mariadb.org/mariadb-10.0/ pointing to https://archive.mariadb.org/mariadb-10.0.38/ All of the other archived major versions seem to have something like that. Example: https://archive.mariadb.org/mariadb-10.2/ – by comparison https://archive.mariadb.org/mariadb-10.0/ just 404s. |
| Comment by Daniel Bartholomew [ 2022-08-19 ] |
|
Good idea. I've added mariadb-10.0 and mariadb-10.1 symlinks to archive.mariadb.org The centos8-amd64 symlinks are now in back in place on mirror.mariadb.org for the current 10.6, 10.7, and 10.8 releases |
| Comment by Hans Borresen [ 2022-08-25 ] |
|
Do you want to close this out as fixed? |