Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
With automated deployments being the norm these days, things break if old deprecated distributions disappear from our MariaDB repositories. We should preserve the final MariaDB release for a given distro (e.g. MariaDB 10.1.16 for Ubuntu 15.10 "Wily") in our Ubuntu and Debian repositories.
To work around this issue you can alter your repository URL to point to the last working packages.
Change the "repo/10.1/ubuntu" part of your apt line to "mariadb-10.1.16/repo/ubuntu".
@Daniel: Thank you for this hint.