Re: FW: Setting up of PITR system. - Mailing list pgsql-admin

From Christian Kratzer
Subject Re: FW: Setting up of PITR system.
Date
Msg-id 20060411123454.B2660@vesihiisi.cksoft.de
Whole thread Raw
In response to Re: FW: Setting up of PITR system.  ("Spiegelberg, Greg" <gspiegelberg@cranel.com>)
List pgsql-admin
Hi,

On Tue, 11 Apr 2006, Spiegelberg, Greg wrote:
> You should implement filesystem or volume level snapshots.  LVM,
> Veritas and the like all have the functionality and it gets the
> database out of "backup" mode quickly.

from what I understand there is no need to keep the time between
pg_start_backup and pg_stop_backup small.  The datebase is in no
way restrcited in its operation or performance during this time.

The only magic seems to be the marker file containing the information
which transaction were commited at the time the backup started.

As we run freebsd and our tar does not complain of files changing
underneath we prefer to avoid the additional complexity and of
filesystem snapshots and just plain tar the data directory
without the pg_xlog subdirectory.

Greetings
Christian

--
Christian Kratzer                       ck@cksoft.de
CK Software GmbH                        http://www.cksoft.de/
Phone: +49 7452 889 135                 Fax: +49 7452 889 136

pgsql-admin by date:

Previous
From: "Spiegelberg, Greg"
Date:
Subject: Re: FW: Setting up of PITR system.
Next
From: FM
Date:
Subject: advice on PGSQL cluster (active/passive)