Re: problem with WAL files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with WAL files
Дата
Msg-id 21708.1120165944@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with WAL files  (Romain Thouvenin <rthouvenin@sfwan.com>)
Ответы Re: problem with WAL files  (Jeff Frost <jeff@frostconsultingllc.com>)
Список pgsql-admin
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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Ben Kim
Дата:
Сообщение: Re: restore database from bare files
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: problem with WAL files