Re: migration from 9.4 to 9.6

From: Alan Hodgson <ahodgson(at)lists(dot)simkin(dot)ca>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: migration from 9.4 to 9.6
Date: 2019-12-06 22:07:01
Message-ID: 66e388daa59b07b49e53f00d2a9d05f6ca330501.camel@lists.simkin.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2019-12-06 at 21:38 +0000, Julie Nishimura wrote:
> I'd like to copy one single database from 9.4 cluster to a new 9.6
> cluster (migration with the upgrade), to the different host
>
>
>
>
>
>
>
>
>
>

Put 9.4 on the new server. Replicate the db to it. When you're ready to
switch, shut down the master, promote the new db, and then shut it down
and pg_upgrade -k it to 9.6.

That does require the binaries from both versions to be on the new
server for a while, but it'll give you the least downtime and it's a
very simple replication setup.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2019-12-06 22:08:37 Re: Logging [RESOLVED]
Previous Message Adrian Klaver 2019-12-06 22:02:26 Re: migration from 9.4 to 9.6