Re: 9.2 to 9.5 pg_upgrade losing data

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Pete Fuller <pfuller(at)3sitracking(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: 9.2 to 9.5 pg_upgrade losing data
Date: 2016-08-15 19:56:53
Message-ID: 20160815195653.GB25150@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 15, 2016 at 12:18:04PM -0700, Adrian Klaver wrote:
> https://www.postgresql.org/docs/9.5/static/pgupgrade.html
>
> "Obviously, no one should be accessing the clusters during the upgrade.
> pg_upgrade defaults to running servers on port 50432 to avoid unintended
> client connections. You can use the same port number for both clusters when
> doing an upgrade because the old and new clusters will not be running at the
> same time. However, when checking an old running server, the old and new
> port numbers must be different."
>
> In your OP you do not show overriding pg_upgrade defaults for ports, so
> assuming the scripts are looking for the live ports and not the upgrade
> ports that should not be an issue.

Agreed. I have no idea what would cause this, and have never heard a
report like this before.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmundo Robles 2016-08-15 20:30:20 Looking for software to 'enqueue' connections
Previous Message Adrian Klaver 2016-08-15 19:18:04 Re: 9.2 to 9.5 pg_upgrade losing data