Where are percona distribution for PostgreSQL rpm?

Hi

Where can I download the percona distribution for PostgreSQL rpm packages ? I can’t find them ?
I can not use the percona repository in my firm. I have to download rpm packages manually.

Hi @did16

Packages can be downloaded from the site https://repo.percona.com/

1 Like

Thanks for the quick answer.
When I try to install percona-postgresql17-server-17.5-2.el8.x86_64.rpm . I have this error :

then

yum install percona-pg-telemetry17-1.1.2-1.el8.x86_64.rpm

then unable to find percona-telemetry-agent rpm.
what can I do ?

I would suggest you use the below RPM instead. It will bypass the dependency of telemetry packages.

percona-ppg-server17-17.5-1.el8.x86_64.rpm

But, it needs other dependent packages which you can find it in the repo.

Another option is to use internet based installations. This is documented here.
sudo yum install ``https://repo.percona.com/yum/percona-release-latest.noarch.rpm
sudo percona-release setup ppg17
sudo yum install percona-ppg-server17

Regards

Anup Gupta

It is recommended to install percona-telemetry package. it can be installed from our repo.
Once it is installed you can disable telemetry.

Hi
The problem is , in real life, it is not possible to access percona repository, because of firewalls. in my firm , unable to acces internet for security reasons.

We have to install percona postgresql with rpm packages manually.

In such cases of airgapped environment , you can setup a local repo as explained here and install the required packages.

1 Like

I have the following error message :

rsync: failed to connect to rsync.percona.com (49.12.125.205): Connection timed out (110)
rsync: failed to connect to rsync.percona.com (2a01:4f8:242:5792::2): Cannot assign requested address (99)
rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.3]

<<

Unfortunately, this is not the solution.