Install Post-EOL packages¶
This document provides guidelines on installing Percona Server packages for MySQL from Percona repositories. For more information, see MySQL 8.0 Post-EOL Support from Percona.
Version 8.0.46-38 contains fixes as part of the MySQL 8.0 post-EOL support from Percona, available to paying customers.
Community members can build this release from the source from publicly available source code, which is released quarterly.
For instructions for binary tarballs, see Download a Post-EOL binary tarball.
Procedure¶
-
Request access to the MySQL 8.0 Post-EOL Support from Percona repository from Percona Support to receive the client ID and the access token needed to download the packages.
-
Configure the repository and install Percona Server for MySQL packages
-
Download the Percona
gpgkey:$ wget https://github.com/percona/percona-repositories/raw/main/deb/percona-keyring.gpg -
Add the Percona
gpgkey totrusted.gpg.ddirectory:$ sudo cp percona-keyring.gpg /etc/apt/trusted.gpg.d/ -
Create the
/etc/apt/sources.list.d/post-eol.listconfiguration file with the following contents with your [CLIENTID] and [TOKEN].To get the
OPERATING_SYSTEMvalue, runlsb_release -sc./etc/apt/sources.list.d/post-eol.listdeb http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-80-eol/apt/ OPERATING_SYSTEM main -
Update the local cache
$ sudo apt update -
Install Percona Server for MySQL packages
$ sudo apt install -y percona-server-serverInstall other required packages.
-
Create the
/etc/yum.repos.d/post-eol.repoconfiguration file with the following contents with your [CLIENTID] and [TOKEN]./etc/yum.repos.d/post-eol.repobaseurl=http://repo.percona.com/private/[Clientid]-[Token]/ps-80-eol/yum/release/$releasever/RPMS/x86_64 enabled=1 gpgkey = https://repo.percona.com/yum/PERCONA-PACKAGING-KEY -
Install Percona Server for MySQL packages
$ sudo yum install -y percona-server-server
-