Re: pg_upgrade with --link then pg_basebackup for replication - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: pg_upgrade with --link then pg_basebackup for replication
Date
Msg-id 20151104144958.GA15722@momjian.us
Whole thread Raw
In response to pg_upgrade with --link then pg_basebackup for replication  (Jorge Torralba <jorge.torralba@gmail.com>)
List pgsql-admin
On Mon, Nov  2, 2015 at 04:39:02PM -0800, Jorge Torralba wrote:
> Here is an odd question.
>
> If one was to upgrade Postgres to 9.4 from 9.1 using the --link option, then
> setup replication using pg_basebackup, would the standby server preserve the
> hard links with the pg_basebackup or will -D /new/destination/data/dir be a
> clean unlinked version?

I will be clean.  If you want to upgrade the the standby to 9.4 without
a new basebackup, see this blog entry:

    http://momjian.us/main/blogs/pgblog/2015.html#June_10_2015

> Afterwards, if failing over to standby then failing back, would that implement
> a non linked version back on the primary if specifying a new data directory as
> well ?

The links are only created on the server you run pg_upgrade, meaning
normally not on the standby.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription                             +


pgsql-admin by date:

Previous
From: Shih Théo
Date:
Subject: postgres: archiver process failed on XXXXXXXX
Next
From: Thomas SIMON
Date:
Subject: Slow queries in hot standby