Hello, I am brand new to both PostgreSQL & Percona. I am attempting to work through the installation document on my RHEL 9.7 development environment and am unable to successfully install the “percona-release” repository manager in order to setup the required repositories to install the software. I am following this guide using yum (Via yum - Percona Distribution for PostgreSQL) and got to the “Configure the repository” step, where the output complains about “Specified repository does not exist”. Attached below is the full output from that step. I tried moving on anyways but the next step also complains about missing repositories. Can someone help me figure out if I am doing something wrong or missing something? Thank you in advance for any help.
command: sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
output: Updating Subscription Management repositories.
Last metadata expiration check: 0:12:21 ago on Tue 10 Mar 2026 12:55:20 PM.
percona-release-latest.noarch.rpm 54 kB/s | 28 kB 00:00
Dependencies resolved.
Package Architecture Version Repository Size
Installing:
percona-release noarch 1.0-32 @commandline 28 k
Transaction Summary
Install 1 Package
Total size: 28 k
Installed size: 50 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : percona-release-1.0-32.noarch 1/1
Running scriptlet: percona-release-1.0-32.noarch 1/1
Specified repository does not exist: repo.percona.(com)/prel/
Specified repository does not exist: repo.percona.(com)/telemetry/
Specified repository does not exist: repo.percona.(com)/pmm2-client/
The percona-release package now contains a percona-release script that can enable additional repositories for our newer products.
Note: currently there are no repositories that contain Percona products or distributions enabled. We recommend you to enable Percona Distribution repositories instead of individual product repositories, because with the Distribution you will get not only the database itself but also a set of other componets that will help you work with your database.
For example, to enable the Percona Distribution for MySQL 8.0 repository use:
percona-release setup pdps8.0
Note: To avoid conflicts with older product versions, the percona-release setup command may disable our original repository for some products.
For more information, please visit:
Verifying : percona-release-1.0-32.noarch 1/1
Installed products updated.
Installed:
percona-release-1.0-32.noarch
Complete!


