Re: Need Help Recovering from Botched Upgrade Attempt

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need Help Recovering from Botched Upgrade Attempt
Date: 2008-06-18 16:36:35
Message-ID: Pine.LNX.4.64.0806180931320.10791@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 18 Jun 2008, Sam Mason wrote:

> 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,

OK. I'm downloading 8.1.13. I'll build this to install in /usr/local.

If I cd to /usr/local/bin/ and specify 'postgres -D /usr4/pgsql_old/data',
then I can specify /usr/bin/pg_dumpall to use the 8.3.3 version against the
running 8.1.13 server. (Writing to myself, unless there's an egregious error
here. In that case, please let me know!)

Results when I have them.

Thanks,

Rich

--
Richard B. Shepard, Ph.D. | Integrity Credibility
Applied Ecosystem Services, Inc. | Innovation
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Lee 2008-06-18 17:22:56 migrating from mysql: need to convert empty string to null
Previous Message Joshua D. Drake 2008-06-18 16:05:08 Re: Correct pg_dumpall Syntax