Re: Getting data from old data dir

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: CSN <cool_screen_name90001(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Getting data from old data dir
Date: 2002-12-06 18:59:27
Message-ID: m3adjj7z3k.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

CSN <cool_screen_name90001(at)yahoo(dot)com> writes:

> Is there any way to dump the data from an old 7.2 data
> dir after having updated PG to 7.3?

Yes, compile and install 7.2.3 in a different location, point it at
your $PGDATA dir, and dump the data out.

Or, if you're using RPMs, might be easiest to just do a forced
downgrade to 7.2, dump out the data and then upgrade again.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message valerian 2002-12-06 18:59:29 Re: [7.3] can't connect with SSL
Previous Message CSN 2002-12-06 18:43:46 Getting data from old data dir