Re: migrate data 6.5.3 -> 8.3.1 - Mailing list pgsql-hackers

From Guillaume Smet
Subject Re: migrate data 6.5.3 -> 8.3.1
Date
Msg-id 1d4e0c10808150158x70a8df29ldc724a10dc90c153@mail.gmail.com
Whole thread Raw
In response to migrate data 6.5.3 -> 8.3.1  (alexander lunyov <lan@zato.ru>)
Responses Re: migrate data 6.5.3 -> 8.3.1  (alexander lunyov <lan@zato.ru>)
List pgsql-hackers
On Fri, Aug 15, 2008 at 9:54 AM, alexander lunyov <lan@zato.ru> wrote:
> Thanks for the tip.
> I want to try new pg_dump to connect to old server, but i can't - old
> postgres doesn't listening to network socket. Why postgres 6.5.3 not
> binding to network socket? It started with this line:

(Forgot the list, sorry for the double email, Alexander)

Do you have something like tcpip_socket in your postgresql.conf (I
don't know if it was in 6.5)? If so, you have to set it to true to
make PostgreSQL listen on the network.

As for the upgrade path, I'll go with:
- dump with 7.3 pg_dump, insert your dump into a 7.3 db and run
adddepends contrib shipped with 7.3 on your db (it should fix the
foreign key problem reported by Zdenek);
- then dump your 7.3 db with 8.3 pg_dump and insert your dump into
your 8.3 server.

--
Guillaume


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: migrate data 6.5.3 -> 8.3.1
Next
From: "Peter Sampson"
Date:
Subject: XML / XSL rendering in PostgreSQL server?