Re: Reasonable way to backup cluster Windows

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: Andrus <kobruleht2(at)hot(dot)ee>
Subject: Re: Reasonable way to backup cluster Windows
Date: 2007-07-04 15:01:59
Message-ID: 468BB667.3080907@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04.07.2007 10:42, Andrus wrote:
> I use pg_dumpall -g but in this case I have two backup files: one
> regular backup and second contains sql scripts for user creation.
>
> How to force pg_dump to backup users also ?

There is no way around that.

pg_dumpall -g
pg_dump -Fc for each DB.

--
Regards,
Hannes Dorbath

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cesar Alvarez 2007-07-04 16:34:04 blobs
Previous Message Hannes Dorbath 2007-07-04 14:59:24 Re: Design Tool