Re: Need Help Recovering from Botched Upgrade Attempt

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need Help Recovering from Botched Upgrade Attempt
Date: 2008-06-18 16:02:37
Message-ID: 20080618160237.GH2572@frubble.xen.chris-lamb.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 18, 2008 at 08:48:41AM -0700, Rich Shepard wrote:
> while I'm glad to learn more than I knew before how to go about
> making backups and upgrading the PostgreSQL installation, having folks
> telling me all I did incorrectly is not as helpful to me as guidance on
> getting the cluster correctly transferred from the 8.1.4 version to the
> 8.3.3 version. My readings and research obviously did not sufficiently
> educate me on the proper process.

What I'd try doing is this: find a 8.1 version of PG (8.1.4 or later)
and run this against the data you saved off, once this is running you
can then run 8.3's version of pg_dump against it, then you can restore
this dump into the new version of PG.

Sam

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2008-06-18 16:05:08 Re: Correct pg_dumpall Syntax
Previous Message Rich Shepard 2008-06-18 15:55:19 Re: Correct pg_dumpall Syntax