Install Percona XtraBackup Pro¶
Percona XtraBackup Pro includes the capabilities that are typically requested by large enterprises. Percona XtraBackup Pro contains packages created and tested by Percona. These packages are supported only for Percona Customers with a subscription.
This document provides guidelines how to install Pro packages of Percona XtraBackup from Percona repositories. Check files in packages built for Percona XtraBackup Pro
Install Amazon Linux 2023¶
Note
Percona XtraBackup 8.0.35-32 Pro build is available for the following platforms:
- Amazon Linux 2023 (AL2023) - We support both AMD64 and ARM64 versions of Amazon Linux 2023.
-
Request the access to the pro repository from Percona Support. You will receive the client ID and the access token which you use when downloading the packages.
-
Install the Percona dnf repository by running the following command as the
root
user or with sudo:$ sudo dnf install \ https://repo.percona.com/dnf/percona-release-latest.\ noarch.rpm
-
Enable the repository:
$ sudo percona-release enable pxb-80-pro --user_name=<Your PRO repository user name> --repo_token=<Your PRO repository token>
-
Install Percona XtraBackup:
$ sudo dnf install percona-xtrabackup-pro-80
-
To decompress backups made using
LZ4
orZSTD
compression algorithm, install the corresponding package:
$ sudo dnf install lz4
$ sudo dnf install zstd