Question about PITR backup - Mailing list pgsql-admin

From sgm
Subject Question about PITR backup
Date
Msg-id 1339152214.5566.YahooMailClassic@web15601.mail.cnb.yahoo.com
Whole thread Raw
Responses Re: Question about PITR backup
Re: Question about PITR backup
List pgsql-admin
Dear admin,

I have a question about PITR backup in a single server, the method is make a base backup, and backup the WAL archive log(eg, every day at 11:30 pm). But if the OS' harddisk is broken(eg,14:00 pm),the system can't start, we have to recover the database on a another server using the base backup and the WAL backup,so in this case suppose that we only can restore the database to yesterday's 11:30 pm state, am I right? 

How can we recover the database to 14:00 pm? We are missing the newest pg_xlog.

I want to backup the pg_xlog folder every minute by crontab but my concern is that the data inconsistent, because the lastest log in pg_xlog is being updated all the time, am I right?   Any suggestions?

Very appreciated your answer.

Thanks,

Song 

pgsql-admin by date:

Previous
From: "ROMAIN, ERICKA W CTR DISA PEO-MA"
Date:
Subject: How To Change Password Hash Algorithm From MD5 to SHA-256
Next
From: "Kevin Grittner"
Date:
Subject: Re: Question about PITR backup