Re: [GENERAL] Postgres wal shipping from 8.33 to 8.42.

2010-02-04 Thread Scott Marlowe
On Thu, Feb 4, 2010 at 8:58 AM, Thom Brown wrote: > On 4 February 2010 15:54, Scott Marlowe wrote: >> On Thu, Feb 4, 2010 at 7:54 AM, Chris Barnes >> wrote: >>> We are trying to minimize our downtime in production to upgrade from 8.33 to >>> 8.42. >>> >>> What we would like to be able to do is t

Re: [GENERAL] Postgres wal shipping from 8.33 to 8.42.

2010-02-04 Thread Thom Brown
On 4 February 2010 15:54, Scott Marlowe wrote: > On Thu, Feb 4, 2010 at 7:54 AM, Chris Barnes > wrote: >> We are trying to minimize our downtime in production to upgrade from 8.33 to >> 8.42. >> >> What we would like to be able to do is this: >> Upgrade the slave we are currently shipping to, to

Re: [GENERAL] Postgres wal shipping from 8.33 to 8.42.

2010-02-04 Thread Scott Marlowe
On Thu, Feb 4, 2010 at 7:54 AM, Chris Barnes wrote: > We are trying to minimize our downtime in production to upgrade from 8.33 to > 8.42. > > What we would like to be able to do is this: > Upgrade the slave we are currently shipping to, to version 8.4.2. Continue > to pitr to this server. And swi

Re: [GENERAL] Postgres wal shipping from 8.33 to 8.42.

2010-02-04 Thread A. Kretschmer
In response to Chris Barnes : > We are trying to minimize our downtime in production to upgrade from 8.33 to > 8.42. > > What we would like to be able to do is this: > Upgrade the slave we are currently shipping to, to version 8.4.2. Continue to > pitr to this server. And switch over and then upg

[GENERAL] Postgres wal shipping from 8.33 to 8.42.

2010-02-04 Thread Chris Barnes
We are trying to minimize our downtime in production to upgrade from 8.33 to 8.42. What we would like to be able to do is this: Upgrade the slave we are currently shipping to, to version 8.4.2. Continue to pitr to this server. And switch over and then upgrade the master. My question is,