Do not remove mysql-common during upgrade

Keepalived 2 depends on mysql-common so it's removal will result in
cluster VIPs being down until re-running keepalived role.

Also the package we really want to remove is mariadb-common.

Change-Id: I5a87d9c7364ca36397b119c8b7261aebce26a1ac
This commit is contained in:
Dmitriy Rabotyagov 2020-10-30 13:52:57 +02:00
parent 7075e72c65
commit d089b8e2ff
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ galera_server_mariadb_distro_packages:
# The packages to uninstall during an upgrade from a previous version
galera_server_upgrade_packages_remove:
- mariadb-server-*
- mysql-common
- mariadb-common
galera_debconf_items:
- question: "mysql-server/root_password"