Re: [ADMIN] problems with pg_dump/pg_restore

2002-01-16 Thread Tom Lane
Mirek Hankus <[EMAIL PROTECTED]> writes: > 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 If you were writing on a disk file I'd say you've run out of disk space. Since you

[ADMIN] problems with pg_dump/pg_restore

2002-01-15 Thread Mirek Hankus
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_d