Long term database archival - Mailing list pgsql-general

From Karl O. Pinc
Subject Long term database archival
Date
Msg-id 1152212276l.4335l.2l@mofo
Whole thread Raw
Responses Re: Long term database archival  ("Florian G. Pflug" <fgp@phlo.org>)
Re: Long term database archival  (Agent M <agentm@themactionfaction.com>)
Re: Long term database archival  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-general
Hi,

What is the best pg_dump format for long-term database
archival?  That is, what format is most likely to
be able to be restored into a future PostgreSQL
cluster.

Mostly, we're interested in dumps done with
--data-only, and have preferred the
default (-F c) format.  But this form is somewhat more
opaque than a plain text SQL dump, which is bound
to be supported forever "out of the box".
Should we want to restore a 20 year old backup
nobody's going to want to be messing around with
decoding a "custom" format dump if it does not
just load all by itself.

Is the answer different if we're dumping the
schema as well as the data?

Thanks.

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."
                  -- Robert A. Heinlein


pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: FOR from query - is it a bug ?
Next
From: "Karen Hill"
Date:
Subject: Best way to deal with quote_literal issue?