Re: Backing up the currently used wal segment - Mailing list pgsql-general

From Stephen Frost
Subject Re: Backing up the currently used wal segment
Date
Msg-id 20060706180425.GU22057@kenobi.snowman.net
Whole thread Raw
In response to Backing up the currently used wal segment  ("Florian G. Pflug" <fgp@phlo.org>)
List pgsql-general
* Florian G. Pflug (fgp@phlo.org) wrote:
> I'd like to implement that scheme, but am unsure how
> to determine that segment reliably. I noticed that
> there is an pg_xlog/archive_status directory, which
> contains *.done files for some of the archived wal logs.

Personally, I was just lazy and rsync the whole dir off to a seperate
area on the backup server every 5 minutes. :)

    Enjoy,

        Stephen

Attachment

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: How to hide NOTICE messages in psql.exe ?
Next
From: "Florian G. Pflug"
Date:
Subject: Re: Backing up the currently used wal segment