mysql 5.7 to mariadb 10.4/10.6

yak983

Verified User
Joined
Oct 6, 2009
Messages
45
Hello,
I have a MySQL 5.7 installation on CentOS7 and I would like to upgrade to MariaDB 10.6 (perhaps passing through 10.4 first) directly using DirectAdmin's build commands.
Does anyone have experience with this?
The documentation from DirectAdmin only mentions MySQL 5.5 to MariaDB 5.5, which is a bit outdated as a guide. https://docs.directadmin.com/other-...html#converting-from-mysql-5-5-to-mariadb-5-5 I was thinking of doing something like this, what do you think?

da build set mariadb 10.4
da build set mysql_inst mariadb
da build set mysql_backup yes
da build update
da build mysql
da build php

mv mysql_backups mysql_backups_old

da build set mariadb 10.6
da build update
da build mysql
da build php
 
Last edited:
Back
Top