Romain Thouvenin <rthouvenin@sfwan.com> writes:
> I'm currently testing PITR features of 8.0 release. I followed the steps
> given by the documentation and thus deleted the WAL files in pg_xlog
> after having restored the database.
But you have the WAL files in your archive area, right?
> 2005-06-30 17:57:50 LOG: restore_command = "copy E:\\temp\\archive\\%f
> "%p""
> 2005-06-30 17:57:50 LOG: recovery_target_time = 2005-07-01 00:45:00+02
> 2005-06-30 17:57:50 LOG: could not open file "C:/Program
> Files/PostgreSQL/8.0/data/pg_xlog/00000001000000000000000B" (log file 0,
> segment 11): No such file or directory
Apparently it wasn't able to get the 00000001000000000000000B segment
from the archive either. The displayed restore_command looks a bit
bogus to me: too many \'s. Maybe you need to correct that?
regards, tom lane