MariaDB-server-10.4.11-1 - missing requires of galera-4

Migdiradmin

Verified User
Joined
Jan 5, 2020
Messages
158
After install MariaDB-server-10.4.11-1 show this after yum check.

yum check
Loaded plugins: fastestmirror
MariaDB-server-10.4.11-1.el7.centos.x86_64 has missing requires of galera-4
Error: check all
 
How to install galera-4?

Code:
[root@server ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.fra10.de.leaseweb.net
* epel: mirror.imt-systems.com
* extras: mirror.23media.com
* updates: mirror.fra10.de.leaseweb.net
No packages marked for update

[root@server ~]# yum install galera-4
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.fra10.de.leaseweb.net
* epel: mirror.imt-systems.com
* extras: mirror.23media.com
* updates: mirror.fra10.de.leaseweb.net
No package galera-4 available.
Error: Nothing to do
 
Solution Centos 7 MariaDB-server-10.4 ---galera-4

1º- Run to correct the repositories for MariaDB 10.4...
Code:
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash

2º- Remove old galera
Code:
sudo yum remove galera

3º- Install galera-4
Code:
yum install galera-4

4º- Go to the panel directadmin / custombuild / Build Software / and click in run Build MariaDB and its done.
 
It should be fine with newest version of CustomBuild (mirrors might take up to 24h to sync). Thank you for the report!
 
Back
Top