Re: Debian releases

Lists: pgsql-www
From: Christoph Berg <myon(at)debian(dot)org>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Ubuntu releases
Date: 2022-10-31 12:23:45
Message-ID: Y1++UVNIL81Uvkly@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Hi,

could someone please make the list of supported dists on the Ubuntu
page the following?

/download/linux/ubuntu/

* kinetic (22.10, non-LTS)
* jammy (22.04, LTS)
* focal (20.04, LTS)
* bionic (18.04, LTS)

Thanks,
Christoph


From: Christoph Berg <myon(at)debian(dot)org>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Debian releases
Date: 2022-10-31 12:27:35
Message-ID: Y1+/NzGz6Pizglo+@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Re: To PostgreSQL WWW
> Hi,
>
> could someone please make the list of supported dists on the Ubuntu
> page the following?
>
> /download/linux/ubuntu/

Oh, and on /download/linux/debian/
stretch needs to be removed, which means the "Buster and newer"
comment on arm64 can be removed.

We could also already add bookworm:

* bookworm (12.x)
* bullseye (11.x)
* buster (10.x)
* sid (unstable)

on the following architectures:

* amd64
* arm64
* i386 (buster and older)
* ppc64el

(I'd lowercase all the names to remove some source of confusion.)

Thanks,
Christoph


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Christoph Berg <myon(at)debian(dot)org>, PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Debian releases
Date: 2022-10-31 15:04:46
Message-ID: e1bd6a2c-ce43-39b4-4792-6d0919e97af6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 10/31/22 8:27 AM, Christoph Berg wrote:
> Re: To PostgreSQL WWW
>> Hi,
>>
>> could someone please make the list of supported dists on the Ubuntu
>> page the following?
>>
>> /download/linux/ubuntu/
>
> Oh, and on /download/linux/debian/
> stretch needs to be removed, which means the "Buster and newer"
> comment on arm64 can be removed.
>
> We could also already add bookworm:
>
> * bookworm (12.x)
> * bullseye (11.x)
> * buster (10.x)
> * sid (unstable)
>
> on the following architectures:
>
> * amd64
> * arm64
> * i386 (buster and older)
> * ppc64el
>
> (I'd lowercase all the names to remove some source of confusion.)

Thanks for pointing this out -- I'll update this later today.

Thanks,

Jonathan


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Christoph Berg <myon(at)debian(dot)org>, PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Debian releases
Date: 2022-11-01 13:03:56
Message-ID: 7c2b5aef-de4f-7e44-ec68-3b607cbc0ab6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 10/31/22 8:27 AM, Christoph Berg wrote:
> Re: To PostgreSQL WWW
>> Hi,
>>
>> could someone please make the list of supported dists on the Ubuntu
>> page the following?
>>
>> /download/linux/ubuntu/
>
> Oh, and on /download/linux/debian/
> stretch needs to be removed, which means the "Buster and newer"
> comment on arm64 can be removed.
>
> We could also already add bookworm:
>
> * bookworm (12.x)
> * bullseye (11.x)
> * buster (10.x)
> * sid (unstable)
>
> on the following architectures:
>
> * amd64
> * arm64
> * i386 (buster and older)
> * ppc64el
>
> (I'd lowercase all the names to remove some source of confusion.)

All of the above applied.

For the "supported in distribution" section, is the default still PG12?

Thanks,

Jonathan


From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, "Christoph Berg" <myon(at)debian(dot)org>, "PostgreSQL WWW" <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Debian releases
Date: 2022-11-01 14:21:24
Message-ID: 5aaa7da7-2646-418a-b0a7-3f66247c4e73@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Tue, Nov 1, 2022, at 10:03 AM, Jonathan S. Katz wrote:
> For the "supported in distribution" section, is the default still PG12?
It should be v13 because the 'postgresql' metapackage installs 'postgresql-13'
in the stable distro (bullseye). It will be v15 when bookworm is released.

https://packages.debian.org/bullseye/postgresql

--
Euler Taveira
EDB https://www.enterprisedb.com/


From: Christoph Berg <myon(at)debian(dot)org>
To: Euler Taveira <euler(at)eulerto(dot)com>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Debian releases
Date: 2022-11-01 14:40:47
Message-ID: Y2Ev76wfHQvO5M7x@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Re: Euler Taveira
> On Tue, Nov 1, 2022, at 10:03 AM, Jonathan S. Katz wrote:
> > For the "supported in distribution" section, is the default still PG12?
> It should be v13 because the 'postgresql' metapackage installs 'postgresql-13'
> in the stable distro (bullseye). It will be v15 when bookworm is released.
>
> https://packages.debian.org/bullseye/postgresql

Right. If you want to take a note how to check this next time (comment
in the HTML source?), use this URL:

https://packages.debian.org/stable/postgresql

Christoph