Re: problems with pg_dump/pg_restore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mirek Hankus <M(dot)Hankus(at)ce3(dot)pl>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: problems with pg_dump/pg_restore
Date: 2002-01-16 22:02:55
Message-ID: 18866.1011218575@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mirek Hankus <M(dot)Hankus(at)ce3(dot)pl> 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're writing to a pipe the answer isn't so obvious. Is it
possible that you've run into some system-dependent limit (a ulimit
setting on how much a given process can output, perhaps)?

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Stanaway 2002-01-16 22:36:06 Re: Monitoring database
Previous Message Tom Lane 2002-01-16 15:51:56 Re: client connection problem