Re: PG_DUMP without asking password - Mailing list pgsql-general

From Terry Fielder
Subject Re: PG_DUMP without asking password
Date
Msg-id 4513CC8E.40800@ashtonwoodshomes.com
Whole thread Raw
In response to PG_DUMP without asking password  ("Alain Roger" <raf.news@gmail.com>)
List pgsql-general
If you run it on the same server, with a user who has permission to
access the db using ident (e.g. user "postgres"),
i.e. you have a pg_hba.conf entry like:
local  all    postgres             ident   sameuser

Then pg_dump and pg_dumpall will not require a password.

Alternatively, you can create a .pgpass file in the users home directory
(if ident not available, but you *need* to think about the permissions
of this file and ramifications)

Terry

Terry Fielder
terry@greatgulfhomes.com
Associate Director Software Development and Deployment
Great Gulf Homes / Ashton Woods Homes
Fax: (416) 441-9085



Alain Roger wrote:
> Hi,
>
> is there a way to backup the database thanks a command script, without
> postgresql requesting the user password ?
>
> thanks a lot,
>
> Alain

pgsql-general by date:

Previous
From: Matthias.Pitzl@izb.de
Date:
Subject: Re: PG_DUMP without asking password
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Majordomo drops multi-line Subject: