1) Remove the old repository from /etc/yum.repos.d/Mariadb.repo and add the one according. In this case it would be mariadb 10.2.
2) Once repo is replaced, run the following command:
This will eliminate cache data.
3) Run this command
After installation complete let's reload daemon like so:
And restart service:
Please note, like I mentioned before mariadb 10.2 and 10.3 are not supported by Plesk, however, given the circumstances I suggest to stay on this version and see if no issues arise. If by any reason, downgrade is necessary, you may perform this under your own risk.
2) Once repo is replaced, run the following command:
Code:
# yum clean metadata
3) Run this command
Code:
# yum install MariaDB-server MariaDB-client
After installation complete let's reload daemon like so:
Code:
# systemctl daemon-reload
Code:
# systemctl restart mariadb
Please note, like I mentioned before mariadb 10.2 and 10.3 are not supported by Plesk, however, given the circumstances I suggest to stay on this version and see if no issues arise. If by any reason, downgrade is necessary, you may perform this under your own risk.