Re: Recovery after server crash

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Chris <postgresql(at)cmulcahy(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Recovery after server crash
Date: 2005-10-23 17:51:31
Message-ID: 20051023175131.GB11267@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Oct 23, 2005 at 12:31:33PM -0500, Chris wrote:
> Good afternoon, all:
>
> I recently experienced a server crash. I have a backup of my Postgesql
> data directory.
>
> On rebuilding my machine, I decided to go with i386 instead of my
> original AMD64. That means I now have a newer version of Postgresql
> available to me. My original was 7.4 and my new is 8.0.3.
>
> How can I get my data from this 7.4 data directory into my 8.0.3 fresh
> install?

You can't. In general the raw data structures are not portable between
versions and *definitly* not portable between architechtures.

You need to install the original version, pg_dump the data and then
load that into your new version...

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message ellis 2005-10-23 20:09:56 Re: Recovery after server crash
Previous Message Martijn van Oosterhout 2005-10-23 17:40:28 Re: out of memory for query result