upgrades and streaming replication

From: Charles Sprickman <spork(at)biglist(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: upgrades and streaming replication
Date: 2013-09-11 03:13:24
Message-ID: BF48DCBA-CA71-4BF2-94CB-D95FD6909D6C@biglist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 streaming replication 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 something in 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 streaming skews 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message raghu ram 2013-09-11 10:06:07 Re: upgrades and streaming replication
Previous Message Amador Alvarez 2013-09-10 16:22:35 Re: postgresql patching