Re: no matching entries in passwd file - Mailing list pgsql-general

From Fabio Pardi
Subject Re: no matching entries in passwd file
Date
Msg-id 70d2f8d1-ded5-29b1-e760-c5b0f1710ca3@portavita.eu
Whole thread Raw
In response to no matching entries in passwd file  (Daulat Ram <Daulat.Ram@exponential.com>)
List pgsql-general
Hi Daulat,

I believe that the error message is referring to the system user, not
the database one.


docker exec --help | grep -- -u
  -u, --user string          Username or UID (format:
<name|uid>[:<group|gid>])



regards,

fabio pardi


On 5/21/19 2:42 PM, Daulat Ram wrote:
> Hello team,
> 
>  
> 
> I have  database & users created inside the docker but we are getting
> connection issue while trying to connect to database using user created
> in postgres.
> 
>  
> 
> docker exec -it -u test b8e7ejb1e31d bash
> 
> unable to find user test: no matching entries in passwd file
> 
> Regards,
> 
> Daulat
> 
>  
> 



pgsql-general by date:

Previous
From: Daulat Ram
Date:
Subject: no matching entries in passwd file
Next
From: Frank Alberto Rodriguez
Date:
Subject: Re: PITR based recovery in a primary/standby cluster setup