Thread: BUG #18529: Can not install as Document

BUG #18529: Can not install as Document

From
PG Bug reporting form
Date:
The following bug has been logged on the website:

Bug reference:      18529
Logged by:          Son Le Huu
Email address:      chirodt@gmail.com
PostgreSQL version: 16.3
Operating system:   Oracle Linux 7.9
Description:

Dear PostgreSQL Team,

I hope this message finds you well. I am writing to report an issue I
encountered while attempting to install PostgreSQL 16 on my Linux 7.9
system, following the instructions provided at
https://www.postgresql.org/download/linux/redhat/.

Specifically, when I ran the command:

sudo yum install -y postgresql16-server

I encountered a failure because postgresql16-server does not seem to exist
in the repository. However, I was able to successfully install
postgresql15-server using the command:

sudo yum install -y postgresql15-server

Could you please confirm if there is an issue with the availability of
PostgreSQL 16 packages in the repository for Linux RedHat 7.9? Your
clarification on this matter would be greatly appreciated.

Thank you for your attention to this matter. I look forward to your prompt
response.

Best regards,

Son Le
chirodt@gmail.com


Re: BUG #18529: Can not install as Document

From
Erik Wienhold
Date:
On 2024-07-04 06:54 +0200, PG Bug reporting form wrote:
> sudo yum install -y postgresql16-server
> 
> I encountered a failure because postgresql16-server does not seem to exist
> in the repository.

Yup, https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-7.9-x86_64
gives me a 404.

You probably get a faster response by posting to pgsql-pkg-yum.

-- 
Erik



Re: BUG #18529: Can not install as Document

From
Laurenz Albe
Date:
On Thu, 2024-07-04 at 04:54 +0000, PG Bug reporting form wrote:
> I am writing to report an issue I
> encountered while attempting to install PostgreSQL 16 on my Linux 7.9
> system, following the instructions provided at
> https://www.postgresql.org/download/linux/redhat/.
>
> Specifically, when I ran the command:
>
> sudo yum install -y postgresql16-server
>
> I encountered a failure because postgresql16-server does not seem to exist
> in the repository.

Right, there are no packages for v16 on RHEL 7.

Use a Linux distribution that is less dead.

Yours,
Laurenz Albe