There are different reasons for upgrading your databases. It could be to apply security fixes, to use new features, solve compatibility issues, or just to keep your system up-to-date. This upgrade can be a major upgrade or a minor one, and depending on the technology, there are different approaches to do this job, but if you need your systems running all the time with zero downtime, performing a rolling upgrade could be the best option.
In this blog, we will see some considerations to take into account before upgrading and how to perform a rolling upgrade on MySQL.
Minor vs Major Upgrades
In general, minor upgrades are safe in the way that you can easily downgrade or rollback it and should be compatible with the previous packages and features.
Major version upgrade involves some risks like database package removal, …
[Read more]