CustomBuild keeps MariaDB finished updates available

toktokcity

Verified User
Joined
Apr 29, 2016
Messages
87
Location
The Netherlands
On multiple systems CustomBuild offers updates which are already running according to System Information.

For example;
MariaDB 10.4.26 update to 10.4.27 is available
MariaDB 10.6.9 update to 10.6.11 is available

How to tell CustomBuild the work is done?
 
Code:
mysql -V
?
mysql Ver 15.1 Distrib 10.4.26-MariaDB, for Linux (x86_64) using readline 5.1

Code:
rpm -qa | grep -i mariadb
?
MariaDB-client-10.4.27-1.el7.centos.x86_64
MariaDB-server-10.4.27-1.el7.centos.x86_64
MariaDB-compat-10.4.27-1.el7.centos.x86_64
MariaDB-devel-10.4.27-1.el7.centos.x86_64
MariaDB-shared-10.4.27-1.el7.centos.x86_64
MariaDB-backup-10.4.27-1.el7.centos.x86_64
MariaDB-common-10.4.27-1.el7.centos.x86_64
 
Then you probably have new binaries and old binaries of the mysql. YOu might need to search and remove the old ones.
 
I think I found two relevant traces;

lrwxrwxrwx 1 mysql mysql 26 Aug 17 10:07 /usr/local/bin/mysql -> /usr/local/mysql/bin/mysql
-rwxr-xr-x 1 mysql mysql 8260264 Aug 17 23:38 /usr/local/mariadb-10.4.26-linux-x86_64/bin/mysql
 
Last edited:
I am a bit confused, the server tells the following;
1669970220510.png
But DirectAdmin System Information and PMA show;
1669970344431.png

Is it safe to remove the MariaDB *.17 directory?
 
You might open a ticket with DirectAdmin support and let them to check your servers, if you have the same issue on several servers.
 
You might open a ticket with DirectAdmin support and let them to check your servers, if you have the same issue on several servers.
Would like to do, but my license doesn't allow to open a ticket myself. I think it happened since I had some configurations with mysql_force_compile enabled, but not completely sure.
 
Last edited:
Back
Top