BUG #12830: postgres-9.4 upgrade is missing PGPORT

From: pgriboval(at)yahoo(dot)fr
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12830: postgres-9.4 upgrade is missing PGPORT
Date: 2015-03-05 08:41:09
Message-ID: 20150305084109.2546.73361@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12830
Logged by: postgres-9.4 upgrade is missing PGPORT
Email address: pgriboval(at)yahoo(dot)fr
PostgreSQL version: 9.4.1
Operating system: Centos 6.5
Description:

In /etc/init.d/postgresql-9.4 there is no more PGPORT defined.

You can read this comment in the script:

# Version 9.4.0 Devrim Gunduz
# Remove PGPORT variable.

But bellow this command requires the PGPORT var to be set otherwise the
upgrade script does not work

NEWPGPORT=`sed -n 's/^PGPORT=//p' /etc/init.d/postgresql-$PGMAJORVERSION`

workaround is to set back PGPORT=5433, run the upgrade script and remove the
PGPORT variabla in the script

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message marko 2015-03-05 10:03:43 BUG #12832: pg_dump ERROR with temporary functions
Previous Message Michael Paquier 2015-03-05 06:37:23 Re: pg_upgrade failure on Windows Server