Re: Accessing an old database from a new OS installation.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Matthew Henderson <M(dot)J(dot)Henderson(at)swansea(dot)ac(dot)uk>
Subject: Re: Accessing an old database from a new OS installation.
Date: 2006-01-27 13:47:21
Message-ID: 200601271447.22442.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Freitag, 27. Januar 2006 11:30 schrieb Matthew Henderson:
> How should I go about doing this? Are there any problems
> I should be aware of in moving from version 7.4 to 8.1?

For one thing you won't be able to read the 7.4 database using 8.1 binaries,
so you need to get 7.4 installed first in order to make a dump. If there are
no packages available you will have to compile it by hand.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stefano B. 2006-01-27 13:59:47 Finding missing records
Previous Message Pandurangan R S 2006-01-27 13:33:15 Re: Change SERIAL to INTEGER