Re: how to tell if a pg version supports a linux distribution

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: bruno vieira da silva <brunogiovs(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to tell if a pg version supports a linux distribution
Date: 2024-06-05 20:31:51
Message-ID: dfa4b01b-7d7d-4dea-af4b-371ae37a1145@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/5/24 1:24 PM, bruno vieira da silva wrote:
> Hello, if a pg version has been tested on the buildfarm but the pg yum
> repository doesn't have packages for a linux distribution that means
> that distribution isn't supported by pg? how can I find if linux
> distributions for a pg version have regression tests executed against.
>
> e.g. : postgresql 16 doesn't have packages on yum for centos 7 but I can
> find tests on the buildfarm for it.
>
> https://buildfarm.postgresql.org/index.html
> <https://buildfarm.postgresql.org/index.html>

https://yum.postgresql.org/news/rhel7-postgresql-rpms-end-of-life/

" PostgreSQL RPM repo stopped adding new packages to the RHEL 7 repo as
of Aug 2023, including PostgreSQL 16.

We will maintain older major releases until each major release is EOLed
by PostgreSQL project. Please visit here for latest release dates for
each major release.

If you have any questions, please either email to
pgsql-pkg-yum(at)lists(dot)postgresql(dot)org, or create a ticket at our redmine. "

>
> Thanks
>
> --
> Bruno Vieira da Silva

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-06-05 20:35:26 Re: how to tell if a pg version supports a linux distribution
Previous Message bruno vieira da silva 2024-06-05 20:24:48 how to tell if a pg version supports a linux distribution