How to Upgrade MariaDB to latest version on Directadmin?

Tommyhara

Verified User
Joined
Jul 25, 2014
Messages
187
I am having MariaDB running on my Directadmin, It was for months and I think MariaDB has new version. How can I check if my MariaDB is old and what are steps to upgrade MariaDB to the latest version?

Thanks in advance.
 
cd /usr/local/directadmin/custombuild
./build update
./build versions

Check the proposed upgrades and when ready run...

./build update_versions

If MariaDB update is available, it will be updated.
 
Back
Top