Re: Full backup - pg_dumpall sufficient? - Mailing list pgsql-general

From Gerhard Wiesinger
Subject Re: Full backup - pg_dumpall sufficient?
Date
Msg-id alpine.LFD.2.00.0901291759490.16134@bbs.intern
Whole thread Raw
In response to Re: Full backup - pg_dumpall sufficient?  (Raymond O'Donnell <rod@iol.ie>)
Responses Re: Full backup - pg_dumpall sufficient?
List pgsql-general
Hello Ray,

Yes, that's clear. But there was even some stuff which isn't dumped with
pg_dumpall (as far as I read).

So it was like to run 2 statements like:
1.) Run pg_dumpall
2.) Run pg_dump additionally ...

Ciao,
Gerhard

--
http://www.wiesinger.com/


On Thu, 29 Jan 2009, Raymond O'Donnell wrote:

> On 29/01/2009 16:31, Gerhard Wiesinger wrote:
>
>> I recently read some Mail on the mailinglist where some parts of
>> PostgreSQL were not dumped with pg_dumpall and additionally some pg_dump
>> was necessary (it was something like internals, catalog, etc.)
>
> It's the other way around - pg_dump dumps just the specified database,
> but not cluster-wide stuff like login roles; you need to do a pg_dumpall
> to get those as well.
>
> Ray.
>
> ------------------------------------------------------------------
> Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
> rod@iol.ie
> Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
> ------------------------------------------------------------------
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Full backup - pg_dumpall sufficient?
Next
From: Jason Long
Date:
Subject: Re: Pet Peeves?