tripleo-heat-templates/docker/services/database
Damien Ciabrini 02f8609168 Upgrade data on disk on mysql major upgrade - non HA
During major upgrade of non-HA overcloud, paunch stops the
containerized mysql service, update container image and restart
the containerized mysql.

After a major update of mysql (e.g. 5.5 to 10.0), run mysql_upgrade
to ensure that database on-disk is upgraded to match the mysql
server version (e.g. update all MyISAM tables)

The mysql_upgrade cannot be performed during upgrade_steps because
paunch only runs during the deploy_steps. So run it in the
post_upgrade_steps, once we know paunch has updated mysql.

Change-Id: I6b6a531fd716ad9abcbf29886c0b1f2c64f04c9d
2018-03-22 21:38:44 +00:00
..
mongodb.yaml FFU: Add mongodb fast forward upgrade tasks 2018-03-14 17:39:57 +00:00
mysql.yaml Upgrade data on disk on mysql major upgrade - non HA 2018-03-22 21:38:44 +00:00
redis.yaml Merge "Fix Redis TLS setup and its HA deployment" 2018-02-13 23:34:49 +00:00