Comments - Upgrading from 10.1.32 version to 10.3.7

5 years, 8 months ago Milad Hamid

Based on some answers in MariaDB community and other forums:

In general, for any upgrade for a critical production environment:

The best approach is to use or create a test environment that is as close as possible to your production environment and test the upgrade there. Make backups and prepare a rollback so you are ready to undo your changes For MariaDB specifically: to quote from other related questions on their support pages:

The main concern with skipping versions is that, while upgrading one major version is usually well-tested, skipping versions is not, so you may bump into an incompatibility

Even if you find anecdotal indications that it worked for others, a database engine like MariaDB has possible complexities with different storage engines and the like that might make it more tricky in certain setups than in others. https://stackoverflow.com/a/51629536/4447579

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.