Re: pg_dump not enough space to create a backup FreeBSD 6.1? - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dump not enough space to create a backup FreeBSD 6.1?
Date
Msg-id 6500.1179344463@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump not enough space to create a backup FreeBSD 6.1?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List pgsql-admin
Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl> writes:
> Running pg_dump on a FreeBSD 6.1 machine gives me:

> [root@s13.nedstars.nl:/data/even]# pg_dump -Ft -f ./my_db-2007-5-16.backup -U user my_db

>  /tmp: write failed, filesystem is full
> pg_dump: [tar archiver] could not write to tar member (wrote 0,
> attempted 86)

Do you have a specific reason to use -Ft rather than -Fc mode?  -Fc
does not have this limitation, nor some other ones.

While I don't wish to actually deprecate -Ft, I wonder whether the
documentation should provide a more forceful recommendation to use
-Fc unless you have a good reason not to.

            regards, tom lane

pgsql-admin by date:

Previous
From: Keaton Adams
Date:
Subject: Re: WAL file utilization question
Next
From: Tom Lane
Date:
Subject: Re: WAL file utilization question