Winsock error 10035 while trying to upgrade from 8.0 to 8.2

Поиск
Список
Период
Сортировка
От Cyril VELTER
Тема Winsock error 10035 while trying to upgrade from 8.0 to 8.2
Дата
Msg-id 0-39214834822-2674-1801908@CFGEM
обсуждение исходный текст
Ответы Re: Winsock error 10035 while trying to upgrade from 8.0 to 8.2  (Magnus Hagander <magnus@hagander.net>)
Список 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"


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Allison
Дата:
Сообщение: autovacuum
Следующее
От: David Lee Lambert
Дата:
Сообщение: Re: typical schema for a forum?