On Tue, Jan 24, 2017 at 09:08:00PM +0530, Vijaykrishna Ravulapalli wrote:
> Hello,
> 
>          when install bucardo , i am not able to connect to bucardo db. i
> am getting following error.
> DBI connect('dbname=bucardo;host=127.0.0.1;port=5432','bucardo',...)
> failed: fe_sendauth: no password supplied at ./bucardo line 8691

Try creating an entry in the .pgpass file of the user you are running as.

Something like this:

echo "127.0.0.1:5432:*:bucardo:passwordhere" >> ~/.pgpass


-- 
Greg Sabino Mullane [email protected]
End Point Corporation
PGP Key: 2529 DF6A B8F7 9407 E944  45B4 BC9B 9067 1496 4AC8

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to