Custombuild 2.0 showing : MariaDB 10.1.36 downgrade to 10.0.38 is available

ssgill

Verified User
Joined
May 9, 2012
Messages
164
Hello, i am seeing "MariaDB 10.1.36 downgrade to 10.0.38 is available" in custombuild 2.0.0 (rev: 2177). This is first time i am seeing any script with downgrade option. Is there a reason why its there. Maybe any bug in 10.1.36 that i am not aware of. Thanks
 
I guess you have mariadb 10.0 set in the options, while 10.1 is installed. I'd suggest setting it to 10.1 to match the version installed :)
 
I have the same issue:

MariaDB 10.2.23 downgrade to 10.0.38 is available

settings in options.conf are: mariadb=10.2
 
Code:
cd /usr/local/directadmin/custombuild
grep mariadb ./custom_versions.txt

?
 
In custom versions you have 10.2.25 and MariaDB 10.2.23 is installed , and 10.0.38 is offered for downgrade. Odd. Probably you need to open a ticket with DirectAdmin support and let them to check your server. Or probably @Martynas has an idea on what might be wrong.
 
and build script is of the latest version?

Code:
# ./build version
2.0.0 (rev: 2134)

and
Code:
mysql -V
shows what?
 
[root@server custombuild]# ./build version
2.0.0 (rev: 2134)


[root@server custombuild]# mysql -V
mysql Ver 15.1 Distrib 10.2.23-MariaDB, for Linux (x86_64) using readline 5.1
 
Will the following

Code:
cd /usr/local/directadmin/custombuild
\rm -f versions.txt
./build update 
./build versions


help?
 
Code:
cd /usr/local/directadmin/custombuild
grep mariadb ./custom_versions.txt

?

Hello Alex, thanks for your help

grep mariadb ./custom_versions.txt
Result is empty

Updated Versions
./build update
./build versions

Result:

Latest version of MariaDB: 10.0.38
Installed version of MariaDB: 10.1.36

MariaDB 10.1.36 to 10.0.38 update is available.

Custombuild Version: 2.0.0 (rev: 2137)
CentOS Linux release 7.6.1810

Thanks
 
@ssgill, You most likely has MariaDB 10.0 set in the options.conf file, like Martynas asked in the first reply.
 
Back
Top