Percona postgresql server and extensions

Hi
With Percona PostgreSQL Server, is it possible to install all the extensions available in the open-source PostgreSQL community ecosystem?
I tried to install pg_profile extension and yum try to install postgresql 17:

Hello @did16,

Yes, all community extensions are compatible with Percona PGSQL. This looks like a package bug. You should be able to use download-only option with yum, and install it manually with rpm –no-deps I have forwarded this info to our pgsql package manager for further investigation.

1 Like

Could you please show what packages are installed as seems yum tries to install postgres from pgdg repo.

hi

The problem is fixed by using :
yum localinstall --disablerepo=*

it’s OK now