Re: Going from 7.0.3 -> 7.1 ... - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Going from 7.0.3 -> 7.1 ...
Date
Msg-id 20010410213233.B30850@l-t.ee
Whole thread Raw
In response to Going from 7.0.3 -> 7.1 ...  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
On Tue, Apr 10, 2001 at 02:24:33PM -0300, The Hermit Hacker wrote:
> 
> Theoretically, should one be able to do:
> 
> pg_dumpall > db.out
> remove 7.0.3 bin, lib, data, etc
> install 7.1 bin, lib, etc
> initdb 7.1
> psql template1 < db.out
> 
> Basically, has anyone actually tried *that* yet and can report on whether
> or not it works?

Well, 7.0 pg_dump does not get the dependencies right...  But in
that case the 7.0 -> 7.0 import also does not work.

> I'm just about to try it here, on >2gig of data, but if others have
> experience with this, that would be great ...

In my project, there is need for this well-known RDBMS tool
knows as 'vi'...  ;)


-- 
marko



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: HOLD THE PRESSES!! ... pg_dump from v7.0.3 can't import to v7.1?
Next
From: Thomas Lockhart
Date:
Subject: Re: Indexes not used in 7.1RC4: Bug?