Install Percona Server for MySQL Pro¶
Percona Server for MySQL 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.
Review Get more help for ways that we can work with you.
This document provides guidelines how to install Pro packages of Percona Server for MySQL from Percona repositories. Check files in packages built for Percona Server for MySQL Pro
Procedure¶
-
Request 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.
-
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/psmysql-pro.listconfiguration file with the following contents, and your [CLIENTID] and [TOKEN].To find the
OPERATING_SYSTEMvalue, runlsb_release -sc./etc/apt/sources.list.d/psmysql-pro.listdeb http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-80-pro/apt/ OPERATING_SYSTEM main -
Update the local cache
$ sudo apt update -
Install Percona Server for MySQL packages
$ sudo apt install -y percona-server-server-proIf needed, install other required packages. Review the DEB packages built for Percona Server for MySQL 8.0.
-
Create the
/etc/yum.repos.d/psmysql-pro.repoconfiguration file with the following contents, and your [CLIENTID] and [TOKEN]./etc/yum.repos.d/psmysql-pro.repo[ps-8.0-pro] name=PS_8.0_PRO baseurl=http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-80-pro/yum/release/$releasever/RPMS/x86_64 enabled=1 gpgkey = https://repo.percona.com/yum/PERCONA-PACKAGING-KEY -
Install Percona Server for MySQL packages
$ sudo dnf install percona-server-server-proInstall other required packages. Check files in the RPM package built for Percona Server for MySQL 8.0.
-
-
Start the server
$ sudo systemctl start mysqld