From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | JM <jerome(at)gmanmi(dot)tv> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Migrating 7.1.3 to 7.3.4 problem |
Date: | 2004-02-12 15:26:35 |
Message-ID: | Pine.LNX.4.33.0402120824390.4413-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
You may need to whip out a set of RH 7.3 disks to install that OS first,
then pg 7.1.3, then you can dump that data out to 7.3.
If you have a choice, go to 7.4, it imports from 7.1.3 directly, ie.:
on the 7.4.1 machine:
pg_dumpall -h oldboxwith7.1.3|psql template1
will generally work, whereas for 7.1.3 to 7.3, you'll have to dump the
7.1.3 database with the 7.1.3 pg_dumpall, copy it to somewhere the 7.3
box can get to it and psql it into that box. And it seems like some of
the issues I had migrating to 7.3 went away with 7.4, but I can't remember
what they were right now. Need more donuts.
On Thu, 12 Feb 2004, JM wrote:
> Hi,
>
> Just recently one of my box went down due to filestsystem corruption.. Luckily
> I was able to recover my /var/lib/pgsql directory... now my problem lies on
> how to recover this data...
>
> all my boxes runs on rh9 and compiling the source and rebuilding the source
> rpm is not helping out either..
>
> is there a way on how to migrate my old data?
>
>
> TIA
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-02-12 15:33:40 | Re: pg_class and relfilenode |
Previous Message | scott.marlowe | 2004-02-12 15:23:46 | Re: Not using index |