Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Duplicate
-
10.6.22, 11.8.2
-
None
-
Tested Debian bookworm, Ubuntu noble
-
Not for Release Notes
Description
Currently `mariadb_repo_setup` fails for any combination I've tried.
For example,
$ sudo ./mariadb_repo_setup --mariadb-server-version="10.6.22" --skip-maxscale --skip-tools --os-version=bookworm --os-type=debian
|
# [info] Skipping OS detection and using OS type 'debian' and version 'bookworm' as given on the command line
|
# [info] Checking for script prerequisites.
|
# [warning] Found existing file at /etc/apt/sources.list.d/mariadb.list. Moving to /etc/apt/sources.list.d/mariadb.list.old_15
|
# [error] MariaDB Server version 10.6.22 is not working.
|
# Please verify that the version is correct.
|
# Not all releases of MariaDB are available on all distributions.
|
#
|
# The latest MariaDB Server versions are:
|
# 10.5.29 10.6.22 10.11.13 11.4.7 11.8.2
|
The problem seems to be that the RELEASE file has been lost (or all of them lost, or all of the entire repository hosting is lost).
Running mariadb_repo_setup with bash -x shows failure 404 just querying dlm.mariadb.com:
++ curl -LsS --stderr /tmp/tmp.7Eab8DpPgx -o /dev/null -I -w '%{http_code}' https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian/dists/bookworm/Release
|
+ http_status_code=404
|
`https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian/dists/` also gets 404, as does `curl -s https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian/`
Attachments
Issue Links
- duplicates
-
MDEV-37372 404 Error while upgrade
-
- Closed
-