Re: pgadmin4 won't use pgpass file

2019-02-16 Thread Silvera, Ignacio
Have pgadmin access to that file? Check permissions of the folder and files De: Saulteau Don Enviado: Friday, February 15, 2019 1:56:08 PM Para: pgadmin-support@lists.postgresql.org Asunto: pgadmin4 won't use pgpass file I'm running postgresql 11.1 (via unix sock

pgadmin4 won't use pgpass file

2019-02-16 Thread Saulteau Don
I'm running postgresql 11.1 (via unix socket only) and pgadmin 4.2 on linux. I have a .pgpass file for the postgres user to a specific database but pgadmin4 keeps asking for a password. Using psql from the command line works fine. my pgpass looks like the following localhost:5432:newdb:postgres:*