
On deb packages of MariaDB, mysql_upgrade is ran with debian-start script as systemd post-run step. This means, that we don't really have control when it's launched and we need to wait until process is finished before proceeding with it's setup. In the meanwhile redhat is packaged differently and mysql_upgrade must be run manually. Based on that we change ordering and verifying explicitly that upgrade has finished. Change-Id: Ib0f410cfcdcc416b58b03febab9c55dc7982de38 (cherry picked from commit c8575032749dd47f11967c482f122af313f8ee25)
Team and repository tags
OpenStack-Ansible Galera server
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-galera_server/latest
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-galera_server/
- The project source code repository is located at:
-
https://opendev.org/openstack/openstack-ansible-galera_server
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Jinja
76%
Python
24%