Re: Going from 7.0.3 -> 7.1 ...

From: Marko Kreen <marko(at)l-t(dot)ee>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Going from 7.0.3 -> 7.1 ...
Date: 2001-04-10 19:32:33
Message-ID: 20010410213233.B30850@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-04-10 19:42:56 Re: Indexes not used in 7.1RC4: Bug?
Previous Message Marko Kreen 2001-04-10 19:20:20 Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4