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: | ced49e5b-7cbd-fb9d-ba37-20bdc9731b35@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
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 | Date | Subject | |
---|---|---|---|
Next Message | Jonathan S. Katz | 2022-06-29 12:57:10 | Re: PostgreSQL 15 beta 2 release announcement draft |
Previous Message | Robins Tharakan | 2022-06-29 12:43:19 | Re: 13dev failed assert: comparetup_index_btree(): ItemPointer values should never be equal |