From: | rob stone <floriparob(at)gmail(dot)com> |
---|---|
To: | support-tiger <support(at)tigernassau(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: problems with postgresql 10.1 hba_conf on fedora 27 |
Date: | 2017-12-20 23:36:37 |
Message-ID: | 1513812997.3012.21.camel@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 2017-12-20 at 16:05 -0700, support-tiger wrote:
> can someone please help ?
>
> postgresql-10
>
> fedora 27
>
> our hba_conf that worked with pg 9x
>
> local all all postgres peer
>
> host all all 127.0.0.1/32 md5
>
> host all all ::1/128 md5
>
> now gives error on restart and we cannot find the log file
>
> postgres remains so damn difficult and time wasting to quickly get
> up
> and running vs other db's and docs don't help much
>
>
>
>
Hi,
"local" is for socket connections, yet you have an address of
"postgres". How did this function in the past?
Exactly what do you mean by "gives error on restart". The database
starts and you can connect, then you shut it down and then you start it
again, it fails?
Cheers,
Rob
From | Date | Subject | |
---|---|---|---|
Next Message | mark | 2017-12-21 00:37:43 | Re:Re: postgresql 9.5 has ocuuered OOM |
Previous Message | James Keener | 2017-12-20 23:28:21 | Re: problems with postgresql 10.1 hba_conf on fedora 27 |