Re: Issue with postgresql-9.4 init.d script

From: Hima Mahi <himamahi09(at)gmail(dot)com>
To: Jeff Frost <jeff(at)pgexperts(dot)com>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: Issue with postgresql-9.4 init.d script
Date: 2015-08-20 14:38:06
Message-ID: CAEHY2386G6GFcCM-PUmqmFRfSugTX0uv-b9oZTK0DnC-7w55=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

The issue is if some other application has set PGPORT in environment
variable, it reads that. It doesn't check the port mentioned in
postgresql.conf.
For example in my case, We have PostgresPlus advanced server setup on some
port and this variable is set. Now , postgresql 9.4 is reading that
variable and not the port mentioned in postgresql.conf. Thus , server start
fails.

On Thu, Aug 20, 2015 at 8:04 PM, Jeff Frost <jeff(at)pgexperts(dot)com> wrote:

>
> On Aug 20, 2015, at 4:06 AM, Hima Mahi <himamahi09(at)gmail(dot)com> wrote:
>
> Earlier in 9.2 version, init.d script was exporting and using PGPORT for
> db server start. In 9.4 that option has been removed. It creates issue in
> case if some other PGPORT variable is set to some value. Then it uses thats
> value and fails to start.
>
>
> I think our opinion with that change was that people should be setting the
> port in the postgresql.conf file.
>
>

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Hima Mahi 2015-08-20 15:01:16 Re: Issue with postgresql-9.4 init.d script
Previous Message Jeff Frost 2015-08-20 14:34:37 Re: Issue with postgresql-9.4 init.d script