Remove galera-4 package during upgrades to force version up

Current upgrades leave the galera-4 package in place which
can cause incompatibilities when the mariadb binaries are
updated.

By forcing removal of this package during upgrades it should
be re-installed with a version matching the rest of the
mariadb packages.

RHEL distros already have a removal step for galera-*

Change-Id: I99d993a7c466cb744136bd06f4ab2e21c2569151
Closes-Bug: #2028946
This commit is contained in:
Andrew Bonney 2023-08-08 13:33:26 +01:00
parent 2034d9bf4b
commit 27cd830c65
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ galera_server_mariadb_distro_packages:
galera_server_upgrade_packages_remove:
- mariadb-server*
- mariadb-common
- galera-*
galera_debconf_items:
- question: "mysql-server/root_password"