Re: BUG #13911: pg_upgrade from 8.4 to 9.5 broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jpaul(at)aconex(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13911: pg_upgrade from 8.4 to 9.5 broken
Date: 2016-02-04 18:03:55
Message-ID: 22861.1454609035@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

jpaul(at)aconex(dot)com writes:
> I've been attempting to run "pg_upgrade" to move data from Postgresql 8.4.22
> to 9.5

> The command I've been running is:
> /usr/lib/postgresql/9.5/bin/pg_upgrade --old-datadir
> '/etc/postgresql/8.4/main' --new-datadir '/etc/postgresql/9.5/main'
> --old-bindir '/usr/lib/postgresql/8.4/bin' --new-bindir
> '/usr/lib/postgresql/9.5/bin'

> This results in the following error within "pg_upgrade_internal.log"
> Finding the real data directory for the old cluster Could not get
> data directory using "/usr/lib/postgresql/8.4/bin/postgres" -D
> "/etc/postgresql/8.4/main" -C data_directory: No such file or directory

Before 9.2, pg_upgrade never worked at all for setups with config-only
data directories, since it couldn't figure out where the real data
directory was. Now it does work, but only if the old postmaster supports -C.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2016-02-04 18:10:12 Re: BUG #13911: pg_upgrade from 8.4 to 9.5 broken
Previous Message Tom Lane 2016-02-04 17:54:56 Re: BUG #13909: String concat error with CITEXT after 9.5.0 upgrade.