Re: Postgres jobs will not automatically login on Mac OSX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Patrick Lademan <mjfrog14(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postgres jobs will not automatically login on Mac OSX
Date: 2013-11-21 17:33:43
Message-ID: 7470.1385055223@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Patrick Lademan <mjfrog14(at)gmail(dot)com> writes:
> I have been trying to setup a simple backup job to backup up the individual
> schemas but I cannot get it postgres to utilize the .pgpass password file.

The .pgpass file has to not be readable/writable by anyone but you
(permissions rw------- or less). Since you didn't mention checking
permissions, my money is on it being a permissions issue.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2013-11-21 19:42:02 Re: Postgres jobs will not automatically login on Mac OSX
Previous Message Patrick Lademan 2013-11-21 16:49:38 Postgres jobs will not automatically login on Mac OSX