Re: Can't upgrade a DB from 8.4 to 9.3 with pg_uprade: pg 9 not started

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Sebastien Douche <sdouche(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Can't upgrade a DB from 8.4 to 9.3 with pg_uprade: pg 9 not started
Date: 2014-02-17 17:54:02
Message-ID: 20140217175402.GA18934@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Feb 14, 2014 at 06:16:02PM +0100, Sebastien Douche wrote:
> On Fri, Feb 14, 2014 at 3:15 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:\
>
> Hi Bruce,
> thanks for your time.
>
> > This is using /tmp because the old server is pre-9.1; it would normally
> > use the current directory for the socket file. Are you perhaps using a
> > non-standard setting? Our docs say:
> >
> > If using a pre-9.1 old server that is using a non-default Unix-domain
> > socket directory or a default that differs from the default of the
> > new cluster, set <envar>PGHOST</> to point to the old server's socket
> > location. (This is not relevant on Windows.)
>
> Right, but It's broken also if I set unix_socket_directory to /tmp.

Oh.

> > Does that help? Did you use a different environment for the check and
> > non-check phases?
>
> I found a fiable solution: remove the -w option on the pg_ctl' wrapper
> (and added sleep 5 for waiting the launch) when pg_upgrade want to
> start PG. Tested on several db w/o issues. This option is broken on PG
> <9 (several workaround exist in the code of pg_upgrade for it).

Oh, that's interesting. We used to have a loop in there for cases where
you we couldn't use -w, like for non-default connection settings, but I
thought -w still worked for defaults, even back to 8.4.

It is possible we removed something that we should no one needed anymore
but that 8.4 needs, but I am unclear what that would be.

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

+ Everyone has their own god. +

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2014-02-17 18:25:56 Re: Can't upgrade a DB from 8.4 to 9.3 with pg_uprade: pg 9 not started
Previous Message Rob Goethals / SNP 2014-02-17 15:42:17 Re: could not create lock file postmaster.pid: No such file or directory, but file does exist