Re: php connection failure

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: php connection failure
Дата
Msg-id 5ae56ed6-ca48-b809-1e2d-85c36ca42f3e@aklaver.com
обсуждение исходный текст
Ответ на Re: php connection failure  (ourdiaspora <ourdiaspora@protonmail.com>)
Ответы Re: php connection failure  (ourdiaspora <ourdiaspora@protonmail.com>)
Список pgsql-general
On 8/10/21 1:59 AM, ourdiaspora wrote:
> 
> On Sunday, August 8th, 2021 at 1:51 AM, Adrian Klaver <adrian.klaver@aklaver.com> wrote:
> 
>> 1.  Get rid of the first local line .
>> 2.  Then for the remaining local line below change peer to trust and
>>
>>      restart Postgres.
> 
> Thank you, but repeat error occurred:
> 
> sudo sudo service postgresql restart
> [ ok ] Restarting PostgreSQL 9.6 database server: main.
> 
> psql -d cpacweb  -U cpaca
> psql: FATAL:  Peer authentication failed for user "cpaca"

Then either:

1) There is another local line with peer that you missed.

2) You changed the wrong pg_hba.conf file.
What was the path of the file you changed?


What is returned when you do?:

ps ax | grep postgres


What do you see in:

sudo vi /var/log/postgresql/postgresql-9.6-main.log

when you do a restart?


-- 
Adrian Klaver
adrian.klaver@aklaver.com



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: php connection failure
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: archive_command / single user mode