Re: pg_upgrade from 9.5 to 9.6 fails with "invalid argument"

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_upgrade from 9.5 to 9.6 fails with "invalid argument"
Date: 2016-09-29 21:05:35
Message-ID: nsjvo7$da3$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Adrian Klaver schrieb am 29.09.2016 um 22:55:
>> After running a "vacuum full" on the table in question the upgrade goes
>> through.
>
> Assuming you did that on old cluster?

Yes, correct. I did that on the 9.5 cluster

> Where both clusters installed the same way?

Yes.

I always download the ZIP Archive from http://www.enterprisedb.com/products-services-training/pgbindownload then run initdb manually.

Both were initialized using:

initdb -D "..." --lc-messages=English -U postgres --pwfile=pwfile.txt -E UTF8 -A md5

> What was the complete command line invocation of pg_upgrade?

That was in a batch file:

set LC_MESSAGES=English

set oldbin=c:\Programme\PostgreSQL\9.5\bin
set newbin=c:\Programme\PostgreSQL\9.6\bin
"%newbin%\pg_upgrade" ^
--username=postgres ^
--old-bindir="%oldbin%" ^
--new-bindir="%newbin%" ^
--old-datadir=d:/Daten/db/pgdata95 ^
--new-datadir=d:/Daten/db/pgdata96 ^
--retain ^
--verbose ^
--old-port=5432 ^
--new-port=5433

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2016-09-29 21:10:34 Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument"
Previous Message Adrian Klaver 2016-09-29 20:55:19 Re: pg_upgrade from 9.5 to 9.6 fails with "invalid argument"

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-09-29 21:10:34 Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument"
Previous Message Josh Berkus 2016-09-29 21:01:28 Congrats on the on-time release!