Re: pg_dump: [tar archiver] could not write to tar member error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump: [tar archiver] could not write to tar member error
Дата
Msg-id 26582.1118601788@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump: [tar archiver] could not write to tar member error  ("filip filipov" <filip.filipov@gmail.com>)
Список pgsql-bugs
"filip filipov" <filip.filipov@gmail.com> writes:
> I'm using PostgreSQL 8.0.2. PG_DUMP can create the backup tar file.
> "pg_dump: [tar archiver] could not write to tar member (wrote 2279,
> attempted 7211)"
> the command I use is: "pg_dump -Ft -Upostgres -b databasename >
> /var/tmp/backup.tar"

Are you sure you have enough space in /var/tmp?

Another possibility is that the backup.tar file needs to exceed 4Gb but
your copy of pg_dump was compiled without large-file support.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Juliano Francisco Angeli
Дата:
Сообщение: bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1707: statistics collector starts with stats_start_collector = false