Re: Postgres 8.0 Backups

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Postgres 8.0 Backups
Дата
Msg-id 1106586565.16640.90.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Postgres 8.0 Backups  (Pallav Kalva <pkalva@deg.cc>)
Ответы Re: Postgres 8.0 Backups  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Kavan, Dan (IMS)"
Дата:
Сообщение: benchmarks with pgbench
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: benchmarks with pgbench