In order to continue with T239791: DB: perform rolling restart of mariadb daemons to pick up CA changes we'd need to restart MySQL on m5 host (db1133).
As we have to restart MySQL, we will also upgrade it to the newer version.
These are the databases m5 currently store:
root@cumin1001:/home/marostegui# mysql.py -hdb1133 -e "show databases" +---------------------+ | Database | +---------------------+ | designate | | glance | | heartbeat | | information_schema | | keystone | | labsdbaccounts | | labswiki | | mysql | | neutron | | nova | | nova_api | | nova_api_eqiad1 | | nova_cell0_eqiad1 | | nova_eqiad1 | | ops | | performance_schema | | striker | | sys | | test_labsdbaccounts | | testreduce_0715 | | testreduce_vd | +---------------------+
This restart shouldn't take more than a few seconds, but obviously during those seconds, all the databases (including wikitech) will not be available.
cloud-services-team when would it be a good moment to perform this restart?