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