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:
parent
7075e72c65
commit
d089b8e2ff
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user