Обсуждение: RPM download page reports incorrect combinations

Поиск
Список
Период
Сортировка

RPM download page reports incorrect combinations

От
Devrim Gündüz
Дата:
Hi,

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

claims RHEL 6 and RHEL7 supports latest PostgreSQL releases in the
community repo -- but we don't. RHEL 6 supports up to PostgreSQL 12, and
RHEL 7 supports up to PostgreSQL 15.

Any idea how we can fix it?

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR



Re: RPM download page reports incorrect combinations

От
Devrim Gündüz
Дата:
ping :)

On Mon, 2023-11-13 at 11:32 +0000, Devrim Gündüz wrote:
>
> Hi,
>
> https://www.postgresql.org/download/linux/redhat/
>
> claims RHEL 6 and RHEL7 supports latest PostgreSQL releases in the
> community repo -- but we don't. RHEL 6 supports up to PostgreSQL 12,
> and
> RHEL 7 supports up to PostgreSQL 15.
>
> Any idea how we can fix it?
>
> Regards,

--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR



Re: RPM download page reports incorrect combinations

От
"Jonathan S. Katz"
Дата:
On 12/21/23 5:35 AM, Devrim Gündüz wrote:
> 
> ping :)
> 
> On Mon, 2023-11-13 at 11:32 +0000, Devrim Gündüz wrote:
>>
>> Hi,
>>
>> https://www.postgresql.org/download/linux/redhat/
>>
>> claims RHEL 6 and RHEL7 supports latest PostgreSQL releases in the
>> community repo -- but we don't. RHEL 6 supports up to PostgreSQL 12,
>> and
>> RHEL 7 supports up to PostgreSQL 15.
>>
>> Any idea how we can fix it?

I believe there's a JSON file stored on the server that can control 
this. Unfortunately I don't have access to the server to do that, so 
Magnus would have to do that.

Thanks,

Jonathan

Вложения

Re: RPM download page reports incorrect combinations

От
Dave Page
Дата:

On Thu, 21 Dec 2023 at 14:31, Jonathan S. Katz <jkatz@postgresql.org> wrote:
On 12/21/23 5:35 AM, Devrim Gündüz wrote:
>
> ping :)
>
> On Mon, 2023-11-13 at 11:32 +0000, Devrim Gündüz wrote:
>>
>> Hi,
>>
>> https://www.postgresql.org/download/linux/redhat/
>>
>> claims RHEL 6 and RHEL7 supports latest PostgreSQL releases in the
>> community repo -- but we don't. RHEL 6 supports up to PostgreSQL 12,
>> and
>> RHEL 7 supports up to PostgreSQL 15.
>>
>> Any idea how we can fix it?

I believe there's a JSON file stored on the server that can control
this. Unfortunately I don't have access to the server to do that, so
Magnus would have to do that.

There is, but the backend and front end parts all assume that every branch is supported on every distro/distro version. We’ll need to build in the ability to specify a support matrix.