Re: Dump format for long term archiving.

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Dump format for long term archiving.
Date: 2008-03-13 20:02:49
Message-ID: 47D98869.2020204@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron Mayer wrote:
> If one wanted to dump some postgres databases for long term
> archival storage (maybe decades), what's the recommended
> dump format? Is the tar or plain text preferred, or is
> there some other approach (xml? csv?) I should be looking
> at instead?
>
> Or should we just leave these in some postgres
> database and keep upgrading it every few years?
>

The version you dump it from is unlikely to be difficult to find ten
years from now. I'd just make sure to append the pg version to the
archive so it's obvious to any future data archaeologists what's needed
to breathe life back into it.

b

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-03-13 20:15:03 Re: Subplan and index usage
Previous Message Tom Lane 2008-03-13 19:59:05 Re: Dump format for long term archiving.