Install Percona Server for MySQL Pro on Amazon Linux 2023¶
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.
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¶
Note
Percona Server for MySQL 8.0.41-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.
-
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 packages built for Percona Server for MySQL Pro.
-
Start the server
$ sudo systemctl start mysql