Re: migrate data 6.5.3 -> 8.3.1

From: "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
To: "alexander lunyov" <lan(at)zato(dot)ru>, "pgsql-hackers list" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: migrate data 6.5.3 -> 8.3.1
Date: 2008-08-15 08:58:26
Message-ID: 1d4e0c10808150158x70a8df29ldc724a10dc90c153@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 15, 2008 at 9:54 AM, alexander lunyov <lan(at)zato(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message alexander lunyov 2008-08-15 09:42:43 Re: migrate data 6.5.3 -> 8.3.1
Previous Message Peter Sampson 2008-08-15 08:55:28 XML / XSL rendering in PostgreSQL server?