Red Hat Enterprise Linux 9 is out. RPMs are already out even since 9.0 beta was announced.
Here are the steps to install PostgreSQL on Red Hat Enterprise Linux 9:
dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm
dnf install postgresql14-server postgresql14-contrib
postgresql-14-setup initdb
systemctl enable --now postgresql-14
As of now, PostgreSQL 14 down to PostgreSQL 10 are supported.
If you find any issues, please report to us.
The author does not allow comments to this entry
No comments