Re: problem with dumpall

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: RED <kv(at)red(dot)kht(dot)ru>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: problem with dumpall
Date: 2002-01-10 05:12:29
Message-ID: 200201100512.g0A5CT028702@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Florian Helmberger 2002-01-10 06:13:50 Re: pgdumpall_file is bigger than 2 Gigabyte
Previous Message RED 2002-01-10 04:48:40 problem with dumpall