Hello, We're encountering issues regarding the official Debian APT Repositories - the webserver is responding with HTTP 404. Is this problem already known?:
> curl -I https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian HTTP/2 404 date: Mon, 04 Aug 2025 07:53:59 GMT content-type: text/html; charset=utf-8 content-length: 109 x-frame-options: SAMEORIGIN vary: Cookie, Origin via: 1.1 google cf-cache-status: DYNAMIC server: cloudflare cf-ray: 969c7bf2cd9a2608-FRA ==> proxmox-iso.testing: TASK [configure_apt_repository : Update apt cache] ***************************** ==> proxmox-iso.testing: fatal: [default]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository 'https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm Release' does not have a Release file."} Also with the official setup script - the error occurs too and it makes no difference which version you try to select: $ curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version="mariadb-10.11" # [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_12 # [error] MariaDB Server version 10.11 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 # # More information on MariaDB releases is available at: # https://mariadb.com/kb/en/release-notes/ $ curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version="10.11.13" # [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_7 # [error] MariaDB Server version 10.11.13 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 # # More information on MariaDB releases is available at: # https://mariadb.com/kb/en/release-notes/ Are we the only one that have these issues or do you have them too? Is there a fix on the way? Thank you. Kind regards, Phil _______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-le...@lists.mariadb.org