Re: archive_command - Mailing list pgsql-admin

From Jeff Frost
Subject Re: archive_command
Date
Msg-id Pine.LNX.4.63.0509281014070.28080@discord.dyndns.org
Whole thread Raw
In response to Re: archive_command  (Kris Kiger <kris@musicrebellion.com>)
List pgsql-admin
On Wed, 28 Sep 2005, Kris Kiger wrote:

> that all relevant wal logs have been archived, save the current one.
> My question then is, how do we tell which wal log is X (the one currently
> being written to)?

I do something like this in my scripting:

ls -rt /pg_xlog/ | grep -v "backup\|archive" | tail -1

(My pg_xlog is on a different disk set from the PGDATA dir.)

It appears to work fine for me.  Don't forget to make a base backup before you
begin the WAL archiving, or you won't be able to restore anything.

--
Jeff Frost, Owner     <jeff@frostconsultingllc.com>
Frost Consulting, LLC     http://www.frostconsultingllc.com/
Phone: 650-780-7908    FAX: 650-649-1954

pgsql-admin by date:

Previous
From: Kris Kiger
Date:
Subject: Re: archive_command
Next
From: Jeffrey Tenny
Date:
Subject: Postgresql 8.0.3, symbolic link to /var/lib/pgsql/data/base