Hello !

   I'm trying to dump postgresql 7.1.3 database and restore it in 7.2b4. 
Databases are located
on different hosts. The problem is that when I run command

pg_dump databasename --verbose -b -Ft  -h otherhost | pg_restore -d 
databasename

after some tables are copied error occures

pg_dump: [tar archiver] could not write to tar member (wrote 1087, 
attempted 5365)
pg_dump: *** aborted because of error
pg_restore: [tar archiver] could not find header for file 179.dat in tar 
archive

command is run on host with Postgresql 7.2b4 installed.  What is wrong ??

BR
  Mirek


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to