Re: pg_dump problem - Mailing list pgsql-general

From Andrew Gould
Subject Re: pg_dump problem
Date
Msg-id 20010606132303.59507.qmail@web13408.mail.yahoo.com
Whole thread Raw
In response to Re: pg_dump problem  (Mathieu Arnold <arn_mat@club-internet.fr>)
List pgsql-general
What's the status of the server?  Is the file size
still increasing?

Did you vacuum the databases prior to dumping?

Andrew

--- Mathieu Arnold <arn_mat@club-internet.fr> wrote:
>
>
> Andrew Gould wrote:
> >
> > Give the command a place to put the data dump.
> For
> > Example:
> >
> > pg_dumpall -c -N -D > backup
> >
> > or, if you need it compressed (and assuming you're
> > running Unix or Linux), pipe it through gzip:
> >
> > pg_dumpall -c -N -D | gzip -c > backup.gz
> >
> > Best of luck,
>
> well, it's already doing this :
> /opt/pg/bin/pg_dumpall -c -N -D |gzip -c9 >
> $SAVE$DATE-blemish-pgsql.tgz
> but the fact is that when it arrives on the big
> table, it just sits
> there doing nothing (and i mean nothing). It was
> still working with
> about 3M rows.
>
> --
> Mathieu Arnold


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Turning on/off the logfile
Next
From: Mathieu Arnold
Date:
Subject: Re: pg_dump problem