Re: problem with dumpall

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: problem with dumpall
Дата
Msg-id 200201100512.g0A5CT028702@candle.pha.pa.us
обсуждение исходный текст
Ответ на problem with dumpall  (RED <kv@red.kht.ru>)
Список pgsql-admin
RED wrote:
> Hi !
> I have small problem
> amount size all databases ~5Gb
> I make dumpall >dumpfile
> when size dumpfile = 1024 dumpall print error and exit !
> Linux Slackware7.2 ext2 2.4.17 gcc2.95
> file size in bash - unlimit

Try:

    pg_dumpall | gzip >dumpfile

pg_dump and hence pg_dumpall also has compression option flags.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: RED
Дата:
Сообщение: problem with dumpall
Следующее
От: "Florian Helmberger"
Дата:
Сообщение: Re: pgdumpall_file is bigger than 2 Gigabyte