CustomBuild 2.0. safe to upgrade MariaDB 5.5.60 update to 10.3.22 ?

In most cases if will work without any issues, but make sure you have mysqldump before going for it. A simple rule of thumb is to make a test server, try it there and then go for live server.
 
cd /usr/local/directadmin/custombuild
./build set mariadb 10.3
./build set mysql_inst mariadb
./build set mysql_backup yes
./build update
./build mariadb
 
Agree with wattie, also we done this little simpler by upgrading from 5.5 to 10.0, then from 10.0 to any desired from 10-th branch.
 
Back
Top