Re: PostgreSQL 15 beta 2 release announcement draft

Lists: pgsql-hackers
From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 00:04:43
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

Attached is a draft of the release announcement for PostgreSQL 15 Beta
2. Please provide feedback on technical accuracy and if there are
glaring omissions.

Please provide any feedback prior to 2022-06-22 0:00 AoE.

Thanks,

Jonathan

Attachment Content-Type Size
15beta2.md text/plain 4.8 KB

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 06:12:03
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Op 29-06-2022 om 02:04 schreef Jonathan S. Katz:
> Hi,
>

'not advise you to run PostgreSQL 15 Beta 1' should be
'not advise you to run PostgreSQL 15 Beta 2'

Erik


From: Pantelis Theodosiou <ypercube(at)gmail(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 06:55:55
Message-ID: CAE3TBxwXtcZ1gKUX_j6D1-tDFM2zF4GLjawq6dp16Sqb3R+KtA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

> Upgrading to PostgreSQL 15 Beta 2
> ---------------------------------
>
> To upgrade to PostgreSQL 15 Beta 2 from an earlier version of PostgreSQL,
> you will need to use a strategy similar to upgrading between major versions of
> PostgreSQL (e.g. `pg_upgrade` or `pg_dump` / `pg_restore`). For more
> information, please visit the documentation section on
> [upgrading](https://www.postgresql.org/docs/15/static/upgrading.html).

Is the major version upgrade still needed if they are upgrading from 15 Beta 1?


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Pantelis Theodosiou <ypercube(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 12:56:38
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 6/29/22 2:55 AM, Pantelis Theodosiou wrote:
>> Upgrading to PostgreSQL 15 Beta 2
>> ---------------------------------
>>
>> To upgrade to PostgreSQL 15 Beta 2 from an earlier version of PostgreSQL,
>> you will need to use a strategy similar to upgrading between major versions of
>> PostgreSQL (e.g. `pg_upgrade` or `pg_dump` / `pg_restore`). For more
>> information, please visit the documentation section on
>> [upgrading](https://www.postgresql.org/docs/15/static/upgrading.html).
>
> Is the major version upgrade still needed if they are upgrading from 15 Beta 1?

No, but it would be required if you a upgrading from a different
version. The language attempts to be a "catch all" to account for the
different cases.

Jonathan


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Erik Rijkers <er(at)xs4all(dot)nl>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 12:57:10
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 6/29/22 2:12 AM, Erik Rijkers wrote:
> Op 29-06-2022 om 02:04 schreef Jonathan S. Katz:
>> Hi,
>>
>
> 'not advise you to run PostgreSQL 15 Beta 1'    should be
> 'not advise you to run PostgreSQL 15 Beta 2'

Thanks; I adjusted the copy.

Jonathan


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Pantelis Theodosiou <ypercube(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 13:30:41
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

"Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
> On 6/29/22 2:55 AM, Pantelis Theodosiou wrote:
>> Is the major version upgrade still needed if they are upgrading from 15 Beta 1?

> No, but it would be required if you a upgrading from a different
> version. The language attempts to be a "catch all" to account for the
> different cases.

Actually, I think you do need the hard-way upgrade, because there was a
catversion bump since beta1.

regards, tom lane


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pantelis Theodosiou <ypercube(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 17:47:08
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 6/29/22 9:30 AM, Tom Lane wrote:
> "Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
>> On 6/29/22 2:55 AM, Pantelis Theodosiou wrote:
>>> Is the major version upgrade still needed if they are upgrading from 15 Beta 1?
>
>> No, but it would be required if you a upgrading from a different
>> version. The language attempts to be a "catch all" to account for the
>> different cases.
>
> Actually, I think you do need the hard-way upgrade, because there was a
> catversion bump since beta1.

Oh -- I didn't see that when I scanned the commit logs, but good to know.

Jonathan


From: Erik Rijkers <er(at)xs4all(dot)nl>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-29 19:07:52
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Op 29-06-2022 om 02:04 schreef Jonathan S. Katz:
> Hi,
>
> Attached is a draft of the release announcement for PostgreSQL 15 Beta
> 2. Please provide feedback on technical accuracy and if there are
> glaring omissions.

Hardly 'glaring' but still:

'Multiples fixes' should be
'Multiple fixes'

> Please provide any feedback prior to 2022-06-22 0:00 AoE.
>
> Thanks,
>
> Jonathan


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Erik Rijkers <er(at)xs4all(dot)nl>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 15 beta 2 release announcement draft
Date: 2022-06-30 00:41:23
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 6/29/22 3:07 PM, Erik Rijkers wrote:
> Op 29-06-2022 om 02:04 schreef Jonathan S. Katz:
>> Hi,
>>
>> Attached is a draft of the release announcement for PostgreSQL 15 Beta
>> 2. Please provide feedback on technical accuracy and if there are
>> glaring omissions.
>
> Hardly 'glaring' but still:
>
> 'Multiples fixes'  should be
> 'Multiple fixes'

I think this could make or break the announcement :)

Thanks for the catch -- fixed in the local copy. I'll read through again
for other typos prior to release.

Jonathan