Re: Postgres jobs will not automatically login on Mac OSX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres jobs will not automatically login on Mac OSX
Дата
Msg-id 7470.1385055223@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres jobs will not automatically login on Mac OSX  (Patrick Lademan <mjfrog14@gmail.com>)
Список pgsql-bugs
Patrick Lademan <mjfrog14@gmail.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Patrick Lademan
Дата:
Сообщение: Postgres jobs will not automatically login on Mac OSX
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres jobs will not automatically login on Mac OSX