Hi,
I have installed percona-xtradb-cluster
using the following command:
sudo apt-get install percona-xtradb-cluster=1:8.0.22-13-1.focal
But pxc installed the different (latest) version of MySQL.
mysql Ver 8.0.23-14.1 for Linux on x86_64 (Percona XtraDB Cluster (GPL), Release rel14, Revision 3b9a1d, WSREP version 26.4.3)
- So, may I know why pxc is installing the latest version of MySQL?
- How can I install MySQL with version=
1:8.0.22-13-1.focal
? (Need this specific version because my whole cluster is on this version)
sudo apt-get install percona-xtradb-cluster=1:8.0.22-13-1.focal
Reading package lists... Done
Building dependency tree
Reading state information... Done
percona-xtradb-cluster is already the newest version (1:8.0.22-13-1.focal).
0 upgraded, 0 newly installed, 0 to remove and 277 not upgraded.