Re: Setting up pgpass.conf for the postgres OS user on windows for pgAgent

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>
Cc: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Setting up pgpass.conf for the postgres OS user on windows for pgAgent
Date: 2010-08-13 01:11:13
Message-ID: CD7EE345-BAEE-4E6D-8D5E-78ABE8C66054@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Aug 12, 2010, at 2:43 PM, Peter Geoghegan wrote:

> Hello,
>
> I would like to set up pgAgent on windows. I'm using the EDB 8.4.4
> package. I know that it is bad practice to put the password directly
> in the conninfo string, so I've avoided that. I want to use pgpass
> authentication, per the instructions for pgAgent.
>
> I get an fe_sendauth error message in windows event viewer for the
> pgagent service when I attempt to start pgagent. I'm not sure where I
> should put the pgpass.conf file so that it's in the postgres service
> account's %APPDATA%\postgresql directory. Perhaps someone could give
> further direction.

pgpass.conf file should in %APPDATA%\postgresql directory of user/account, which you will use to start the pgagent.

Suppose if you want start pgagent as user peter account on windows, then you have to keep the pgpass.conf file in %APPDATA%\postgresql directory of peter account.

-Vibhor

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jimmy Zhang 2010-08-13 02:37:09 [ANN]VTD-XML 2.9
Previous Message Tatsuo Ishii 2010-08-13 00:38:35 Re: MySQL versus Postgres