From da20aed93e6cdd2c52a72cd1bcb78fb10eef701e Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Tue, 8 Aug 2023 13:33:26 +0100 Subject: [PATCH] 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 (cherry picked from commit 27cd830c654dc7dbb8930d208cfbcebf72637503) --- vars/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/debian.yml b/vars/debian.yml index 56e74372..3223324e 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -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"