Skip to content

Installing Percona XtraDB Cluster from Binary Tarball

Percona provides generic tarballs with all required files and binaries for manual installation. Download the appropriate tarball package from https://www.percona.com/downloads/Percona-XtraDB-Cluster-57

Download a MySQL 5.7 Post-EOL Support from Percona binary tarball

You can download the binary tarball for Percona Server for MySQL release in the MySQL 5.7 Post-EOL Support from Percona program using your CLIENTID and TOKEN.

Type Name Description
Full Percona-XtraDB-Cluster-<release>/private/[CLIENTID]-[TOKEN]/Percona-XtraDB-Cluster-5.7/Percona-XtraDB-Cluster-<release>/binary/tarball/Percona-XtraDB-Cluster-<release>-Linux.x86_64.glibc2.17.tar.gz Contains binaries, libraries, test files, and debug symbols
Minimal Percona-XtraDB-Cluster-<release>/private/[CLIENTID]-[TOKEN]/Percona-XtraDB-Cluster-5.7/Percona-XtraDB-Cluster-<release>-Linux.x86_64.glibc2.12-minimal.tar.gz Contains binaries, and libraries but does not include test files, or debug symbols.

Fetch and extract the correct binary tarball using your CLIENTID and TOKEN. For example, for Oracle Linux 9, use the following command:

 $ wget https://repo.percona.com/private/[CLIENTID-[TOKEN]/Percona-XtraDB-Cluster-5.7/Percona-XtraDB-Cluster-5.7.44-31.65.2/binary/tarball/Percona-XtraDB-Cluster-5.7.44-31.65.2-Linux.x86_64.glibc2.17.tar.gz 

In Percona XtraDB Cluster 5.7.31-31.45 and later, the multiple binary tarballs available in the Linux - Generic section are replaced with the following:

Named Type Description
Percona-XtraDB-Cluster-5.7.xx-relxx-xx-Linux.x86_64.glibc2.12.tar.gz Full Contains binaries, libraries, test files, and debug symbols
Percona-XtraDB-Cluster-5.7.xx-relxx-xx-Linux.x86_64.glibc2.12-minimal.tar.gz Minimal Contains binaries, and libraries but does not include test files, or debug symbols

Both binary tarballs support all distributions.

For installations before Percona XtraDB Cluster 5.7.31-31.45, the Linux - Generic section contains multiple tarballs which are based on the OpenSSL library available in your distribution:

  • ssl100: for Debian before 9 and Ubuntu before 14.04 versions

  • ssl101: for CentOS 6 and CentOS 7

  • ssl102: for Debian 9 and Ubuntu versions starting from 14.04

Note

In CentOS version 7.04 and later, the OpenSSL library is ssl102.

For example, you can use curl as follows:

curl -O https://www.percona.com/downloads/Percona-XtraDB-Cluster-57/Percona-XtraDB-Cluster-5.7.31-31.45/binary/tarball/Percona-XtraDB-Cluster-5.7.31-rel34-31.45.1.Linux.x86_64.glibc2.tar.gz