From: | "Cyril VELTER" <cyril(dot)velter(at)metadys(dot)com> |
---|---|
To: | magnus(at)hagander(dot)net |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | [Re] Re: Winsock error 10035 while trying to upgrade from 8.0 to 8.2 |
Date: | 2007-05-13 16:54:44 |
Message-ID: | 0-39215697043-2674-1802469@CFGEM |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> magnus(at)hagander(dot)net wrote :
> Cyril VELTER wrote:
> >
> > 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) :
>
> Interesting. 10035 is "A non-blocking socket operation could not be
> completed immediatly".
> Question: Does this error come fromthe 8.0 or the 8.2 server?
It comes from the 8.2 server message log
>
> Also, do you use SSL?
No I'm not. It's not even complied in the server nor in the pg_dump binary.
The server is built on windows using MSYS simply with ./configure && make all
&& make install
I've been able to reproduce the problem 6 times (at random points in the
process, but it never complete successfully). Is there any test I can do to
help investigate the problem ?
cyril
>
> //Magnus
>
From | Date | Subject | |
---|---|---|---|
Next Message | Gerhard Wiesinger | 2007-05-13 18:44:48 | Internals of PostgreSQL - Documentation or presentations |
Previous Message | Magnus Hagander | 2007-05-13 15:21:32 | Re: Winsock error 10035 while trying to upgrade from 8.0 to 8.2 |