Postgres wal shipping from 8.33 to 8.42.

Started by Chris Barnesabout 16 years ago5 messagesgeneral
Jump to latest
#1Chris Barnes
compuguruchrisbarnes@hotmail.com

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, will pitr wal logs ship and be processed from a machine running 8.33 to 8.42.

Any thoughts on this would be appreciated.

Thanks,

Chris

_________________________________________________________________

#2A. Kretschmer
andreas.kretschmer@schollglas.com
In reply to: Chris Barnes (#1)
Re: Postgres wal shipping from 8.33 to 8.42.

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 upgrade the master.

My question is, will pitr wal logs ship and be processed from a machine running
8.33 to 8.42.

No.

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

#3Scott Marlowe
scott.marlowe@gmail.com
In reply to: Chris Barnes (#1)
Re: Postgres wal shipping from 8.33 to 8.42.

On Thu, Feb 4, 2010 at 7:54 AM, Chris Barnes
<compuguruchrisbarnes@hotmail.com> 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 switch over and then upgrade the master.

My question is, will pitr wal logs ship and be processed from a machine
running 8.33 to 8.42.

Nope. But you can use slony to upgrade.

#4Thom Brown
thombrown@gmail.com
In reply to: Scott Marlowe (#3)
Re: Postgres wal shipping from 8.33 to 8.42.

On 4 February 2010 15:54, Scott Marlowe <scott.marlowe@gmail.com> wrote:

On Thu, Feb 4, 2010 at 7:54 AM, Chris Barnes
<compuguruchrisbarnes@hotmail.com> 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 switch over and then upgrade the master.

My question is, will pitr wal logs ship and be processed from a machine
running 8.33 to 8.42.

Nope.  But you can use slony to upgrade.

Or pg_migrator? http://pgfoundry.org/projects/pg-migrator

Thom

#5Scott Marlowe
scott.marlowe@gmail.com
In reply to: Thom Brown (#4)
Re: Postgres wal shipping from 8.33 to 8.42.

On Thu, Feb 4, 2010 at 8:58 AM, Thom Brown <thombrown@gmail.com> wrote:

On 4 February 2010 15:54, Scott Marlowe <scott.marlowe@gmail.com> wrote:

On Thu, Feb 4, 2010 at 7:54 AM, Chris Barnes
<compuguruchrisbarnes@hotmail.com> 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 switch over and then upgrade the master.

My question is, will pitr wal logs ship and be processed from a machine
running 8.33 to 8.42.

Nope.  But you can use slony to upgrade.

Or pg_migrator? http://pgfoundry.org/projects/pg-migrator

For minimal downtime, slony would win, but for reducing effort,
pg_migrator wins.