Re: [GENERAL] recovery from media failure

2001-02-02 Thread Alex Pilosov
On Fri, 2 Feb 2001, adb wrote: > Is there any way to have up to the minute recovery from a disk > failure in postgres? RAID1? :) > Is there a timeframe for the recover from WAL feature? If you are asking if WAL logs can be reapplied to an database dump, the answer is currently no. I think it'd

Re: [GENERAL] recovery from media failure

2001-02-02 Thread adb
Thanks for the info, Raid is definitely in the picture, I'm worried about the less likely but definitely possible case where your entire raid array gets smoked (or just the two disks you care about) and I don't want to recover from a 24 hour backup. The two options I can see are one way replicat

[GENERAL] recovery from media failure

2001-02-02 Thread adb
Is there any way to have up to the minute recovery from a disk failure in postgres? Is there a timeframe for the recover from WAL feature? Thanks, Alex.