Install Percona Server for MySQL Pro¶
Percona Server for MySQL Pro includes the capabilities that are typically requested by large enterprises. Percona Server for MySQL 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 Server for MySQL from Percona repositories. Check files in packages built for Percona Server for MySQL Pro
Procedure¶
-
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.
-
Configure the repository and install Percona Server for MySQL packages
-
Download the Percona
gpg
key:$ wget https://github.com/percona/percona-repositories/raw/main/deb/percona-keyring.gpg
-
Add the Percona
gpg
key totrusted.gpg.d
directory:$ sudo cp percona-keyring.gpg /etc/apt/trusted.gpg.d/
-
Create the
/etc/apt/sources.list.d/psmysql-pro.list
configuration file with the following contents with your [CLIENTID] and [TOKEN].To get the
OPERATING_SYSTEM
value, 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-pro
Install other required packages. Check files in the DEB package built for Percona Server for MySQL 8.0.
-
Create the
/etc/yum.repos.d/psmysql-pro.repo
configuration file with the following contents with 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 yum install -y percona-server-server-pro
Install other required packages. Check files in the DEB package built for Percona Server for MySQL 8.0.
-
-
Start the server
$ sudo systemctl start mysql
Next step¶
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.