upgrades and streaming replication - Mailing list pgsql-admin

From Charles Sprickman
Subject upgrades and streaming replication
Date
Msg-id BF48DCBA-CA71-4BF2-94CB-D95FD6909D6C@biglist.com
Whole thread Raw
Responses Re: upgrades and streaming replication  (raghu ram <raghuchennuru@gmail.com>)
Re: upgrades and streaming replication  (Grant Fisher <gfisher@pecanstreet.org>)
List pgsql-admin
I just wanted to check if there are any updates on the preferred way to upgrade a group of servers that are using
streamingreplication with minimal downtime. 

Mailing list messages from a year or two ago pretty much state the following:

* No current plans to come up with some new mechanism to automate this process, downtime is assumed.
* If you want no downtime, use one of the userspace replication solutions.
* Best option is to upgrade the master with pg_upgrade, then upgrade the slaves and re-copy your data.
* While it's tempting to think you could just run pg_upgrade on all hosts to avoid the copy step, that will not work as
somethingin the system catalog changes which will break replication. 
* No good options to speed up the slave copy - rsync will either use timestamps to figure out if a file changed (and
streamingskews that), or checksumming (and checksumming is slow). 

Is that still pretty much the situation today with 9.2 and 9.3?

Any good guides or BCPs for the standard procedure that emphasize limiting downtime and giving a good rollback path?

Thanks,

Charles

pgsql-admin by date:

Previous
From: Amador Alvarez
Date:
Subject: Re: postgresql patching
Next
From: raghu ram
Date:
Subject: Re: upgrades and streaming replication