we use Percona Server 5.5 and 5.7 for our Ubuntu 18.04 systems.
Currently we are preparing our Ansible Deployment for 20.04 but there is no Repo for Percona 5.5 and 5.7 for 20.04 yet ( or I didn’t find it)
Using the 18.04 repo in 20.04 fails because of libreadline dependencies.
Will there be releases for 20.04 or do we have to go with Percona 8.0 ?
Hmm, this is so unfortunate. We have a bit of a bit container for testing which includes Percona 5.7 and would like to add 20.04 so we can prepare for upgrades, unfortunately this seems impossible at the moment
In order to get this packages for your system you should install percona-release package, enable original repository(it is enabled by default after the installation) and you will be able to install Percona-Server-5.7 packages.
Ubuntu 20.04 LTS (Focal Fossa) packages have been released into our repositories. The most recent versions of Percona Server for MySQL (5.7 and 8.0), Percona XtraDB Cluster (5.7 and 8.0), Percona XtraBackup (2.4 and 8.0), Percona Server for MongoDB (3.6, 4.0, and 4.2), Percona Backup for MongoDB, Percona Toolkit, Percona Distribution for PostgreSQL 11, and the PMM Client (versions 1 and 2) can now be automatically installed via the apt utility.
A lot of the guides refer to apt-get install percona-xtradb-cluster - but this is not available in the added percona repository… only the Percona-server-server.
But no matter what I tried to install - the file is still missing and the rest of the documentation will fail for me.
Once you install percona-release package you need to enable PXC repo using percona-release script
please execute the following command sudo percona-release setup pxc-80
Once it is done you would be able to install Percona-XtraDB-Cluster using apt
apt-get install percona-server-server-5.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package percona-server-server-5.7 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
percona-xtradb-cluster-server
E: Package 'percona-server-server-5.7' has no installation candidate
@Ganesh_Kandu
If you need to install Percona-Server for MySQL 5.7
you need to enable repofor it
sudo percona-release setup ps-57
only after that you should run sudo apt install percona-server-server-5.7