Re: Help update PostgreSQL 13.12 to 13.14 - Mailing list pgsql-hackers

From Kashif Zeeshan
Subject Re: Help update PostgreSQL 13.12 to 13.14
Date
Msg-id CAAPsdheKVkegn4Azdjrmx4AGUzU10+KxrPG_po3eDK+8uRkq3Q@mail.gmail.com
Whole thread Raw
In response to Help update PostgreSQL 13.12 to 13.14  (•Isaac Rv <isaacrodri05@gmail.com>)
List pgsql-hackers
Hi Isaac

You are doing the minor version upgrade so it's not a big effort as compared to major version upgrade, following is the process to do it.

Minor releases never change the internal storage format and are always compatible with earlier and later minor releases of the same major version number. For example, version 10.1 is compatible with version 10.0 and version 10.6. Similarly, for example, 9.5.3 is compatible with 9.5.0, 9.5.1, and 9.5.6. To update between compatible versions, you simply replace the executables while the server is down and restart the server. The data directory remains unchanged — minor upgrades are that simple.


Please follow the links below for more information.


Thanks
Kashif Zeeshan
Bitnine Global

On Thu, Apr 25, 2024 at 9:37 PM •Isaac Rv <isaacrodri05@gmail.com> wrote:
Hello everyone, I hope you're doing well. Does anyone have a guide or know how to perform an upgrade from PostgreSQL 13.12 to 13.14 on Linux? I've searched in various places but haven't found any solid guides, and truth be told, I'm a bit of a novice with PostgreSQL. Any help would be appreciated.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Why don't we support external input/output functions for the composite types
Next
From: Robert Haas
Date:
Subject: Re: Direct SSL connection with ALPN and HBA rules