Percona-xtradb-cluster Version 1:8.0.21-12-1.bionic not available on repo

Hi everybody.
I wonder that trying to install that Percona XttraDB cluster version is not available on the repo but available on the download page.
https://downloads.percona.com/downloads/Percona-XtraDB-Cluster-80/Percona-XtraDB-Cluster-8.0.21/binary/debian/bionic/x86_64/percona-xtradb-cluster_8.0.21-12-1.bionic_amd64.deb

Using the apt-cache madison commands I have:
percona-xtradb-cluster | 1:8.0.27-18-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.26-16-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.25-15-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.23-14-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.22-13-1.bionic | Percona Repo bionic/main amd64 Packages

Anyone can help me if there are other way to install it via repo directly?

Thanks in advance.
Best regards.

Have you tried it anyways?

sudo apt install -s percona-xtradb-cluster=8.0.21

Good morning @matthewb .
Thanks for answering me.
I’ve tried but is the same
:~# apt install -s percona-xtradb-cluster=8.0.21
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Version ‘8.0.21’ for ‘percona-xtradb-cluster’ was not found
:~#

As I wrote using the madison option I can see only these versions:
:~# apt-cache madison percona-xtradb-cluster
percona-xtradb-cluster | 1:8.0.27-18-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.26-16-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.25-15-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.23-14-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 1:8.0.22-13-1.bionic | Percona Repo bionic/main amd64 Packages
percona-xtradb-cluster | 8.0.27-18-1 | Percona Repo bionic/main Sources
percona-xtradb-cluster | 8.0.26-16-1 | Percona Repo bionic/main Sources
percona-xtradb-cluster | 8.0.25-15-1 | Percona Repo bionic/main Sources
percona-xtradb-cluster | 8.0.23-14-1 | Percona Repo bionic/main Sources
percona-xtradb-cluster | 8.0.22-13-1 | Percona Repo bionic/main Sources
:~#

I’m really confused. I can see that package on the download page but not on the repo.

I can not comment on the repo availability, but I must ask why are you not working with a more modern version? 8.0.21 is quite old, almost 2 years. It has many instabilities ans security issues that have been fixed since.


George O. Lorch III
Director of Server Engineering, Percona Server for MySQL, Percona XtraDB Cluster, and Percona XtraBackup

Good morning @George_Lorch .
Thanks for answering.
It was only to try to replicate a production environment of one customer that we have to update.

Best Regards