Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for debian 12 bookworm #85

Open
syco opened this issue Jan 10, 2024 · 3 comments
Open

Support for debian 12 bookworm #85

syco opened this issue Jan 10, 2024 · 3 comments

Comments

@syco
Copy link

syco commented Jan 10, 2024

On the 22nd of November version 1.11 was out and debian 12 was supported.
See https://galeracluster.com/2023/11/galera-manager-november-2023-release-now-includes-deployment-and-monitoring-for-percona-xtradb-cluster-pxc-8-0/

On the 27th of December version 1.12 was out and debian 12 was gone.
See https://galeracluster.com/2023/12/more-changes-in-galera-manager-december-2023-edition/

Why was support for debian 12 introduced and then dropped?
When will it be added again?
In the meantime, where can I get version 1.11 from?

Thanks

@tomazasz
Copy link

I downgraded to 1.11 version, but it does not support debian 12 either.
gmd_debian12_notsupported

@byte
Copy link
Contributor

byte commented Jan 23, 2024

Turns out, displaying this in the UI is currently a bug, because in the code, one sees:

"debian:12": StatusUnsupported,
"debian:12": {
"mariadb:10.3": false,
"mariadb:10.4": false,
"mariadb:10.5": false,
"mariadb:10.6": false,
"mariadb:10.7": false,
"mariadb:10.9": false,
"mariadb:10.10": false,
"mariadb:10.11": false,
"mysql:5.7": false,
"mysql:8.0": false,
"pxc:8.0": false,
},

It should not be exposed.

The release blogs have been updated, and the developers are now considering:

  1. removing debian 12 from the UI
  2. turning on debian 12 and start testing it

Galera Cluster itself is missing Debian 12 as of today, but this might be fixed later this week if not next week. So that is another reason to ensure that Debian 12 support exists, especially since it is definitely available for newer MariaDB Servers

@byte
Copy link
Contributor

byte commented Feb 12, 2024

Galera Cluster Debian 12 is released, I have now tested next release to deploy on Debian 12, however latest gm-installer still complains if Debian 12 is the OS to install it on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants