Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’ve inherited a MatterMost stack with a MariaDB back-end, and I’ve been working to familiarize myself with the upgrade process. This article was super helpful. Thanks Alex!
Deciding whether or not to upgrade MariaDB depends on several factors related to your current setup and specific needs. Here are some things to consider when deciding if an upgrade is necessary or beneficial for you:
Security Updates:
New Features:
Compatibility with Other Software:
mysqlclient, PHP’s mysqli) are optimized or require newer versions of MariaDB to take advantage of new capabilities or optimizations.End of Life (EOL) Concerns:
Bug Fixes:
Performance Enhancements:
Stability and Compatibility:
Upgrade Complexity:
New Features Not Needed:
Backup Your Data: Before any upgrade, ensure you have full backups of your databases.
Test in a Staging Environment: Set up a clone of your production environment in a staging area and test the upgrade thoroughly before applying it to production.
Read the Release Notes: Review the MariaDB release notes for the version you’re upgrading to. These will inform you about any breaking changes, deprecated features, and enhancements.
Plan for Downtime: Schedule the upgrade during off-peak hours and inform users in advance, in case you need to take the database offline during the process.