Re: XLogArchivingActive - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: XLogArchivingActive
Date
Msg-id 44783D56.3000405@pse-consulting.de
Whole thread Raw
In response to Re: XLogArchivingActive  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-hackers
Jim C. Nasby wrote:

> 
> Also, regarding needing to place an archiver command in
> pg_start_backup_online, another option would be to depend on the
> filesystem backup to copy the WAL files, and just let them pile up in
> pg_xlog until pg_stop_backup_online. Of course, that would require a
> two-step filesystem copy, since you'd need to first copy everything in
> $PGDATA, and then copy $PGDATA/pg_xlog after you have that.

Sounds fine. This solves the problem to insure that all required wal 
files are actually copied to the wal archive.

Regards,
Andreas


pgsql-hackers by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: Inefficient bytea escaping?
Next
From: Andreas Pflug
Date:
Subject: Re: Inefficient bytea escaping?