The download page says that Pg 14 is available for RHEL 6 - Mailing list pgsql-admin

From Ron
Subject The download page says that Pg 14 is available for RHEL 6
Date
Msg-id b584ccd1-5535-6fe9-f6f8-30e0af9c3dc6@gmail.com
Whole thread Raw
List pgsql-admin

(Yes, it's old.  Out of my hands.  But I can influence getting off of Pg 9.6.)

We have to manually install RPMs, since the server isn't directly connected to the Internet.

https://www.postgresql.org/download/linux/redhat/

Select version:
     14
Select platform:
    Red Hat, CentOS... version 6
Select architecture:
    x86_64

It says this:
# Install the repository RPM:
sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm

# Install PostgreSQL:
sudo yum install -y postgresql14-server

However, the .noarch.rpm doesn't mention v14, so I poked around more and saw links for direct download at the bottom of the page.  It says that only v12 is the max available for RHEL6

It's only when you go down to the very bottom that there's a link showing that v12 is the last to have pre-built binaries for RHEL 6.

Are there actually Pg 14 binaries for RHEL 6?

--
Born in Arizona, moved to Babylonia.

pgsql-admin by date:

Previous
From: Nikhil Ingale
Date:
Subject: Re: Find out the indexed columns
Next
From: Dhirendra Singh
Date:
Subject: Question about pg_wal.tar.gz generated by pg_basebackup