On-line backup and point-in-time recovery (PITR)

From: Enzo D'addario <enzo(at)pienetworks(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: On-line backup and point-in-time recovery (PITR)
Date: 2005-08-19 02:34:01
Message-ID: 1124418842.3492.34.camel@tuppy.pienetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,

I have a couple of questions regarding On-line backup and point-in-time
recovery (PITR) in the postgres documentation:

1.How is it that we can create a tar file of the PG Data directory
whilst postgres is running?

2.What happens with any DB inserts, updates, deletes etc that occur
between the SELECT pg_start_backup() and the end of the tar?
They would be already logged in the WAL files and already applied in the
tarball, do they then get duplicated during log replay in the recover
process?

Thanks In Advance

Enzo D'Addario...

pieNETWORK's Ltd...

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2005-08-19 03:01:27 Re: On-line backup and point-in-time recovery (PITR)
Previous Message Guido Barosio 2005-08-18 18:10:30 Re: How to Control the Persistence of A PostgreSQL Connection