Re: Upgrading from 9.1 to 9.2 in place, same machine - Mailing list pgsql-admin

From ktm@rice.edu
Subject Re: Upgrading from 9.1 to 9.2 in place, same machine
Date
Msg-id 20130710210203.GL3001@aart.rice.edu
Whole thread Raw
In response to Re: Upgrading from 9.1 to 9.2 in place, same machine  (lxnf98mm@gmail.com)
Responses Re: Upgrading from 9.1 to 9.2 in place, same machine  (Vincent Lau <vincent.lau@rentrakmail.com>)
List pgsql-admin
On Wed, Jul 10, 2013 at 03:46:28PM -0500, lxnf98mm@gmail.com wrote:
> On Wed, 10 Jul 2013, Vincent Lau wrote:
>
> how would pg_upgrade be used to upgrade to a new machine
> use nfs?
> would i run pg_upgrade on the new server?
>
>

I would replicate to the new server from the old using WAL to get
an up to date copy of the DB. Shutdown the new copy and run pg_upgrade.
Then you can fallback to the old system if there is a problem.

Regards,
Ken


pgsql-admin by date:

Previous
From: lxnf98mm@gmail.com
Date:
Subject: Re: Upgrading from 9.1 to 9.2 in place, same machine
Next
From: Vincent Lau
Date:
Subject: Re: Upgrading from 9.1 to 9.2 in place, same machine