Re: Preferred method for full backup

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>, PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Preferred method for full backup
Date: 2006-03-06 17:30:28
Message-ID: C031DBE4.7710%sdavis2@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Nevermind. Got it.

pg_dumpall -g
pg_dump .... On all databases.

Thanks,
Sean

On 3/6/06 11:32 AM, "Sean Davis" <sdavis2(at)mail(dot)nih(dot)gov> wrote:

> We just got a minor burn from not having a full backup. (Relying on
> individual users to do backups of their data apparently does not work.)
> What is the preferred method for doing a full database backup? I had been
> doing pg_dumpall, but I am concerned that if only one database needs to be
> restored, that may be more difficult than if I had use pg_dump on each
> database. It looks from the docs that I need both for the purposes of
> per-database restore and full cluster restore?
>
> Thanks,
> Sean
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2006-03-06 21:27:47 Re: exporting data from one DB to another asynchronously
Previous Message Sean Davis 2006-03-06 16:32:52 Preferred method for full backup