Re: make abackup using CMD

From: "David Blaymires" <david(dot)blaymires(at)instinctsystems(dot)com(dot)au>
To: Ahmed Mohammed Darwish <ADarwish(at)nasaviation(dot)com>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: make abackup using CMD
Date: 2013-02-10 04:42:39
Message-ID: CCD27415-1DF1-4B14-B3DD-55DF7927E010@instinctsystems.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Use a .pgpass file. Specifically, you are nominating Postgres as the user so there needs to be a .pgpass file in the Postgres user's home folder. So on more recent versions, in /Users/postgres/AppData/Roaming/Postgres/. Note: the databases in the pgpass file must be set to * otherwise you won't have the rights to back up all the databases.

If you are doing this on a regular basis, or want this to happen automatically each day then you should look at pgAgent and set up jobs in that. It works very well.

Regards
David Blaymires

Sent from my iPad

On 10/02/2013, at 3:25 AM, "Ahmed Mohammed Darwish" <ADarwish(at)nasaviation(dot)com> wrote:

> Dears,
>
> I need a help for the following case:
>
> I want to make auto backup for the database using Dos Command line , I made the following CMD line
>
> pg-dumpall -h localhost -Upostgres > allinone.bak
>
> but I found every time I have to enter password. So , how can I include the password parameter in the above statement so that I can schedule this patch to take a backup 4 times daily without entering the password every time.
>
> Thank you in advance for your support.
>
>
> This electronic communication is intended by the sender only for the access and use by the addressee and may contain confidential information. It is your responsibility to ensure this e-mail and any attachments are virus free. If you have received it by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. National Air Services (NAS Holding) is a Closed Joint Stock Company, organized under the laws of the Kingdom of Saudi Arabia, having its mailing address as P.O. Box 305161 Riyadh 11361 KSA

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Ahmed Mohammed Darwish 2013-02-10 16:38:31 Re: make abackup using CMD
Previous Message Raymond O'Donnell 2013-02-09 16:43:01 Re: make abackup using CMD