Details
-
Bug
-
Status: Open (View Workflow)
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
Debian 13 Trixie, Arm64
Description
I am unable to install MariaDB MaxScale because the repository link no longer exists! This is business critical right now. Manually visiting the link results in a 404 Not Found. Someone at MariaDB appears to have moved it!
Err:6 https://dlm.mariadb.com/repo/maxscale/latest/apt trixie Release
|
404 Not Found [IP: 104.18.135.24 443]
|
Error: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt trixie Release' does not have a Release file.
|
This is how I always have installed MariaDB MaxScale. Why does it no longer work? It's using the official setup script.
I run the following on a Debian 13 (Trixie) server, using Arm64.
sudo apt update
|
sudo apt install -y curl apt-transport-https
|
curl -LsSO https://r.mariadb.com/downloads/mariadb_repo_setup
|
chmod +x mariadb_repo_setup
|
sudo ./mariadb_repo_setup
|
sudo apt update
|
sudo apt install maxscale -y
|
How do I resolve or bypass this? Is there ANY OTHER WAY to install MariaDB MaxScale? A lot of people online are talking about manually installing GPG keys. Where do I find them?
Please provide the full commands to install MariaDB MaxScale on a Debian 13 server. Thank you!!!
The MariaDB documentation website no longer shows ANY information about manually installing MariaDB MaxScale. It refers me to the setup script, which uses a link that no longer exists. This is urgent! No one is able to install MaxScale using the repository. Is there any other way to do it?!