Re: dump from 8.x restore to 7.3.x

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Cc: Shane Ambler <pgsql(at)007marketing(dot)com>, Richard Broersma Jr <rabroersma(at)yahoo(dot)com>, eddy(at)axa(dot)it
Subject: Re: dump from 8.x restore to 7.3.x
Date: 2006-11-30 13:52:35
Message-ID: 200611301452.37666.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Shane Ambler wrote:
> I don't see that as being the case - there will be exceptions where
> you have new features in an 8.x database that won't work in a 7.x db
> but otherwise it shouldn't matter, the dumps can be used to import
> into other databases than postgres as long as you use dump with
> inserts instead of copy and use common datatypes.

Restoring dumps from new versions into old versions doesn't work
(without a lot of manual work). Example cases:

8.2 dump won't install into 8.1 because it sets
standard_conforming_stings, which can't be set in 8.1

8.1 dump won't install into 8.0 because it dumps users as roles, but
roles don't exist in 8.0.

8.0 dump won't install into 7.4 because it dumps tablespaces, which
don't exist in 7.4.

etc. etc.

Obviously you can see that getting pretty bad if you want to go from 8.1
all the way to 7.3.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Geoffrey 2006-11-30 14:12:30 Re: Out of file-descriptors message
Previous Message John Allgood 2006-11-30 13:23:46 Re: Out of file-descriptors message