Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Дата
Msg-id 20090210193915.GX3008@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
On Tue, Feb 10, 2009 at 05:45:27PM +0000, Richard Huxton wrote:
> Jonathan Vanasco wrote:
> > i think i just need a METHOD for localhost only.
>
> You can either "trust" any connections from the local machine, or if
> that's too insecure use a .pgpass file.

If your database user has the same name as the user who is running the
cron job you could also use the "ident" authentication method.


  Sam

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

Предыдущее
От: Iñigo Barandiaran
Дата:
Сообщение: Re: createdb.exe and psql.exe without Promting Password
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Good Delimiter for copy command