Re: Postgres 8.0 Backups - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Postgres 8.0 Backups
Date
Msg-id 1106586565.16640.90.camel@state.g2switchworks.com
Whole thread Raw
In response to Postgres 8.0 Backups  (Pallav Kalva <pkalva@deg.cc>)
Responses Re: Postgres 8.0 Backups  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
On Mon, 2005-01-24 at 10:47, Pallav Kalva wrote:
> Hi Everybody,
>
>     I am working on a backup script for Postgres 8.0 online backups and
> since i have to copy the whole pgdata directory , i am wondering after i
> copy the pgdata directory can I run gzip or tar on the data directory ?
> is it safe to do gzip or tar and I can safely restore the backups later ?

Yes, however, you may have some issues to deal with.

Generally speaking, file system level backups are not the best way to
backup postgresql, since they require either shutting down the server or
using a snapshot file system to get a coherent backup.  File system
backups taken by normal copy / tar during database operation may result
in backups that don't work when you need them to.

pg_dump is generally the better way to back things up, and with the
right switches will create a Z compressed tar file automagically for
you.

pgsql-admin by date:

Previous
From: "Kavan, Dan (IMS)"
Date:
Subject: benchmarks with pgbench
Next
From: Scott Marlowe
Date:
Subject: Re: benchmarks with pgbench