Re: Logging on without prompt for password - Mailing list pgsql-admin

From Rossi, Maria
Subject Re: Logging on without prompt for password
Date
Msg-id c8d74f38c3a443dea0907646a37c5134@DC01PXMBP007.jacksonnational.com
Whole thread Raw
In response to Re: Logging on without prompt for password  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Logging on without prompt for password
List pgsql-admin

Here’s what the automated discovery is using:

 

/usr/pgsql-9.3/bin/pg_dumpall" -U bmcap01 -s -x

 

And it got this error:

pg_dumpall: could not connect to database "template1": could not connect to server: No such file or directory 

Then, I retried the pg_dumpall with the –p (for port#) and it prompted for the password.

 

Thanks.

 

Maria A Rossi

Database Administration

PGDS (US)

email: maria.rossi@jackson.com
cell phone: 517.256.4392

work phone: 517.367.3099
work phone extension: 23099

 

From: David G. Johnston [mailto:david.g.johnston@gmail.com]
Sent: Tuesday, October 20, 2015 12:07 PM
To: Rossi, Maria <maria.rossi@jackson.com>
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Logging on without prompt for password

 

On Tue, Oct 20, 2015 at 10:38 AM, Rossi, Maria <maria.rossi@jackson.com> wrote:

 

Is there a way of enabling a user to logon without being prompted for password?  I know  there is the .pgpass file,  but this file requires the port#  and my server has several postgres clusters with different port#.    So,  am  not sure if I can use the .pgpass file.

 

In this situation you would have a single line for each cluster in the .pgpass file.​

 

 

And at the pg_hba.conf file,  the id already has ‘trust’ method, but it is still being prompted for password.

 

 

We can give better advice if you provide the command line invocations you are using.​

 

​David J.

 

pgsql-admin by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Logging on without prompt for password
Next
From: Glauco Torres
Date:
Subject: Re: Logging on without prompt for password