Upgrading MySQL is easy…
Upgrading mysql to a newer version is very simple: just replace
the binaries, and run:
# mysql_upgrade
watch the error log after restarting the service to check if any
configuration parameter have to change because of renaming,
deprecating etc. and after all it could be done in a few minutes.
…but not as easy as it seems at the first sight.
But this is not as easy if you want to be sure, that the upgrade
won’t break anything. Well, on a big site like Kinja, I can
ensure you: you want to check out all of the possible bad things
which could happen.
So, you have to check out three different aspects of the upgraded
system:
The upgrade process Slave data …
[Read more]