[GENERAL] pg_restore: [custom archiver] could not uncompress data: incorrect data check

2005-03-20 Thread Janning Vygen
Hi,

i dumped my database on server1 with pg_dump -Fc ..., copied the dump to 
server2, both same pgsql version 7.4.6

pg_restore says
pg_restore: [custom archiver] could not uncompress data: incorrect data check

But it seems that almost any data was restored. 

What does this error mean. I didn't found anything in the archives (searched 
google with 'pg_restore incorrect data check'). Just one unanswered message 
( http://archives.postgresql.org/pgsql-general/2003-08/msg01035.php )

kind regards,
janning

-- 
PLANWERK 6 websolutions
Herzogstraße 85, 40215 Düsseldorf
Tel.: 0211-6015919 Fax: 0211-6015917
http://www.planwerk6.de/

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


[GENERAL] pg_restore: [custom archiver] could not uncompress data: incorrect data check

2005-03-14 Thread Janning Vygen
Hi,

i dumped my database on server1 with pg_dump -Fc ..., copied the dump to
server2, both same pgsql version 7.4.6

pg_restore says
pg_restore: [custom archiver] could not uncompress data: incorrect data check

But it seems that almost any data was restored.

What does this error mean. I didn't found anything in the archives (searched
google with 'pg_restore incorrect data check'). Just one unanswered message
( http://archives.postgresql.org/pgsql-general/2003-08/msg01035.php )

kind regards,
janning

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [GENERAL] pg_restore: [custom archiver] could not uncompress data: incorrect data check

2005-03-14 Thread Michael Fuhr
On Mon, Mar 14, 2005 at 12:22:57PM +0100, Janning Vygen wrote:

 i dumped my database on server1 with pg_dump -Fc ..., copied the dump to
 server2, both same pgsql version 7.4.6

How are you copying the file?

 pg_restore says
 pg_restore: [custom archiver] could not uncompress data: incorrect data check

incorrect data check appears to be a zlib error.  Is there any
chance the file got corrupted?  Can you duplicate the problem if
you do another dump?

What OS and version of zlib are you using on each server?

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq