Re: Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication - Mailing list pgsql-general

From Christophe Pettus
Subject Re: Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication
Date
Msg-id B252D4B3-C9E2-4C19-93FC-DB4E8FD23B41@thebuild.com
Whole thread Raw
In response to Re: Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication  (Subhash Udata <subhashudata@gmail.com>)
List pgsql-general

> On Nov 24, 2024, at 08:51, Subhash Udata <subhashudata@gmail.com> wrote:
> However, my concern lies in the fact that we are working with production servers, where downtime is not acceptable.

There is no way to upgrade community PostgreSQL, either to a new minor version or a new major version, with absolute
zerodowntime. 

To do a minor version upgrade such as this, the only thing that is required is to restart the server with the new
binaries. While this does require a service interruption, it's quite short, and is not significantly longer than the
interruptionrequired to do a failover.  You can do the primary and secondary in either order, although upgrading the
primaryfirst is probably the safest route.  You don't have to switch the primary / secondary roles in this case, nor
rebuildthe secondary server using pg_basebackup. 


pgsql-general by date:

Previous
From: Subhash Udata
Date:
Subject: Re: Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication
Next
From: Christophe Pettus
Date:
Subject: Re: Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication