Re: Error message using pg_dump with tar format

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Nick Fankhauser <nickf(at)ontko(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Error message using pg_dump with tar format
Date: 2003-07-10 15:51:43
Message-ID: Pine.LNX.4.33.0307100950160.10734-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 10 Jul 2003, Nick Fankhauser wrote:

>
> > Are you sure you're not running:
> >
> > pg_dump -Ft prod > prod.dump.tar
>
> You are correct- I mis-typed the command in my message.
>
>
> > Maybe a file size limit on that box is being hit?
>
> No, the text dump is creating a larger file successfully, so I don't think
> that is the cause. There's plenty of disk space, and the file is well under
> 1GB when the dump quits. The file size limit on the OS is 2GB in our case.
>
> Thanks for the correction & idea.

Make sure you're not hitting any quote limits. Try just writing a file
(i.e. dd if=/dev/zero of=/backupdir/filename blocks=5000000 or something
like that.

Try backing up to /dev/null and see if you get the same error.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dave Page 2003-07-10 15:52:50 Re: [ADMIN] Overloading functions that are used by operators.
Previous Message Nick Fankhauser 2003-07-10 15:45:33 Re: Error message using pg_dump with tar format