Hi Team,
I am currently using xtradb 8.0.28 cluster and want to upgrade only Galera version to 26.4.12 and xtradb cluster(mysql) can only be 8.0.28, my understanding is I can’t download Galera outside Percona website as Percona makes enhancement and bug fixes on Galera and then package it with xtraDB Cluster.
So how can I only upgrade Galera Version available in Xtradb 8.0.29.(tar) package and also MySQL version remains 8.0.28?
I can’t change the MySQL version because it is the only version supported by the application and due to a bug I need to upgrade Galera to 26.4.12.
Is it possible if yes, can only updating the below 2 packages in the current 8.0.28 env will upgrade Galera without any issues? and Galera will be upgraded to which version if I upgrade below 2 RPM in the current running 8.0.28 xtradb cluster?
or can we also use Galera outside Percona if yes how?
Hi Team,
I was able to install percona-xtradb-cluster-garbd-8.0.29 on 8.0.28 ctradb cluster but can’t find from where I can check that the Galera version has now changed to the latest version?
Also wsrep_provider_version still shows 4.11 but I need 26.4.12 Galera version.
Hi Team,
After installing percona-xtradb-cluster-garbd-8.0.29, I also copied libgalera_smm.so from another env which is running xtradb cluster 8.0.29 after which wsrep_provider_version has changed to 4.12(04bfb95) but mysql version is still 8.0.28.
But is this a stable solution or some else steps should be followed?
Also another issue is when I login to MySQL prompt it’s still showing 26.4.3 but I need 26.4.12
mysql> show status like 'wsrep_provider_version';
+------------------------+---------------+
| Variable_name | Value |
+------------------------+---------------+
| wsrep_provider_version | 4.12(04bfb95) |
+------------------------+---------------+
1 row in set (0.00 sec)
mysql> select @@version;
+-------------+
| @@version |
+-------------+
| 8.0.28-19.1 |
+-------------+
1 row in set (0.00 sec)
######Login Prompt Still shows 26.4.3####
mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 104
Server version: 8.0.28-19.1 Percona XtraDB Cluster (GPL),
Release rel19, Revision f544540, WSREP version 26.4.3
Copying libgalera_smm.so is enough as the API didn’t change between these 2 versions.
The current version of libgalera_smm.so you can check by querying ‘wsrep_provider_version’.
Please note that such configuration “should” work, but is not tested by Percona, so most probably we can provide limited if any, support.