MySQL to MariaDB 10.1
When upgrading from MySQL to MariaDB 10.1, how come the upgrade script installs MariaDB 10.0 first and then does another upgrade to MariaDB 10.1?
Is that the intended upgrade path? Is that oversight some where? Why not just install straight to MariaDB 10.1?
Perhaps there's a valid reason for this. But it really takes longer to do the upgrade, because you're essentially doing two upgrades at the same time.
-
Possibly your answer is here MySQL or MariaDB Upgrade - Documentation - cPanel Documentation 0 -
Hello, It's by design the upgrade process automatically iterates over each intervening version to ensure tables are upgraded appropriately. Thank you. 0 -
Thanks. I just wanted to make sure that this wasn't an oversight. I suppose that makes sense. Kind of sucks that it has to go through 2 mysqlchecks, but better to get it right. 0
Please sign in to leave a comment.
Comments
3 comments