Hello,
I am on Centos 7
When I ran "yum update", MariaDB and its components failed to update (got a 404 error from its repo) so I went in /etc/yum.repo and changed MariaDB repo link from
old:
https://yum.mariadb.org/10.2/centos7-amd64to this new:
https://yum.mariadb.org/10.3/centos7-amd64(just changed 10.2 to 10.3), then I did "yum clean all" and then ran "yum update"
many packages got updated but the main one still didn't. Tried it even after whole server reboot but got this error:
Failed:
MariaDB-server.x86_64 0:10.2.41-1.el7.centos
Error in PREIN scriptlet in rpm package MariaDB-server-10.3.36-1.el7.centos.x86_ 64
It says I need to manually remove 10.2 and then install 10.3
I can't risk the clients website on this server. How can I safely (step by step) update MariaDB manually? (also which version should I do it to, 10.6?)
(Screenshot of 'yum update')