Issue
During yum update:
http://yum.mariadb.org/10.3/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Environment
- MariaDB
Solution
Disable the MariaDB 10.3 repo:
# yum-config-manager --disable MariaDB103
# yum clean all
# yum makecache
Cause
MariaDB 10.3 is no longer maintained by the vendor
Additional information
https://mariadb.org/download/#release-schedule
"The current maintained versions are: 10.4, 10.5, 10.6, 10.11 (maintained for years), 10.10, 11.0, 11.1, 11.2, 11.3 (maintained for one year). and the development version will be 11.4"
Comments
0 comments
Please sign in to leave a comment.