From: | "Cyril VELTER" <cyril(dot)velter(at)metadys(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Winsock error 10035 while trying to upgrade from 8.0 to 8.2 |
Date: | 2007-05-12 20:19:34 |
Message-ID: | 0-39214834822-2674-1801908@CFGEM |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I'm trying to upgrade a pretty big database (60G) from postgres 8.0 to
postgres 8.2 on windows 2000 Server (both version running on the same machine
on different ports). During the migration process, I always get an error at
some point (never the same) :
LOG: could not receive data from client: Unknown winsock error 10035
which is followed by
LOG: incomplete message from client
ERROR: unexpected EOF on a client connexion
FATAL: invalid frontend message type 53 psql -U postgres -p 5433
Moving the 8.2 postgres instance to a winxp pro machine, the migration is
successfull.
I've searched google but didn't find anything related to postgres.
cyril
Source database : postgres 8.0.9
Destination database : postgres 8.2.4
OS : Windows 2000 Server SP4
migration is done on linux using 8.2.4 binaries (since piping pg_dump output
on windows stop on the first ctrl-Z) with "pg_dump -h YYY XXX | psql -h YYY -p
5433 XXX"
From | Date | Subject | |
---|---|---|---|
Next Message | David Lee Lambert | 2007-05-12 21:42:19 | Re: typical schema for a forum? |
Previous Message | Tom Allison | 2007-05-12 19:48:14 | autovacuum |