Determining current WAL

From: thomas(dot)revell(at)powerconv(dot)alstom(dot)com
To: pgsql-admin(at)postgresql(dot)org
Subject: Determining current WAL
Date: 2005-02-17 10:24:30
Message-ID: OF103D09D2.83838038-ON80256FAB.0037B300-80256FAB.00398245@transport.alstom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I'm currently looking at using WAL / PITR backups for a database, and I
need to keep the backups as up to date as possible. As such, keeping a
copy of the current WAL file, as suggested in the manual, would seem to be
a very good idea. I'm slightly confused, though, about which file is the
current. I had assumed that it would always be the highest numbered, but
it seems that in some cases this is not always dated as the most recently
modified (this seems to occur after taking a full backup during some of my
test cases). My question, then is whether I was correct in my original
assumption, or whether the current WAL is in fact the most recently
modified.

Apologies if I'm missing something really obvious, but I've searched the
mail archives and the web and haven't been able to find anything relevant.

Regards

Thomas Revell

:.________________
CONFIDENTIALITY : This e-mail and any attachments are confidential and
may be privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person, use
it for any purpose or store or copy the information in any medium.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message ganapatiram 2005-02-17 11:15:15 Access Permissions to Users
Previous Message Eugen Gass 2005-02-17 09:29:14 Re: [SQL] Trigger