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

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Date: 2009-02-19 12:42:36
Message-ID: gnjk3s$k71$6@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2009-02-10, Jonathan Vanasco <postgres(at)2xlp(dot)com> wrote:
> does anyone know what to use in pg_hba.conf that will allow me to run cronjobs
> with pg_dump?
> i think i just need a METHOD for localhost only.

write a script that sets PGPASSWORD and then calls pg_dump,
use .pgconf,
or use trust or ident authenticateion in pg_hba.conf

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2009-02-19 12:58:18 Re: Good Delimiter for copy command
Previous Message Jasen Betts 2009-02-19 12:21:40 Re: Fwd: createdb.exe and psql.exe without Promting Password