PITR wrm-standby startup fails

Поиск
Список
Период
Сортировка
От Bob Lunney
Тема PITR wrm-standby startup fails
Дата
Msg-id 553812.74940.qm@web39702.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: PITR wrm-standby startup fails
Список pgsql-admin
I'm trying to vet the PITR/warm-standby process so set up a primary and secondary server on two different Windows
machines. (Yeah, I know, but I don't have a choice in the matter.) 

The primary works fine and copies its WAL files to the archive directory.  As long as the secondary is in recovery mode
lifeis good.  When I introduce the trigger file, however, to kick the secondary out of recovery mode it bombs,
complainingthat its looking for the next WAL file (which is never going to arrive, especially not in the local pg_xlog
directory),then gives me an "invalid parameter" error.  The relevent part of the secondary's log file is here: 

2008-08-24 23:02:56 CDT LOG:  restored log file "000000010000000400000088" from archive
2008-08-24 23:03:01 CDT LOG:  restored log file "000000010000000400000089" from archive
2008-08-24 23:03:06 CDT LOG:  restored log file "00000001000000040000008A" from archive
2008-08-24 23:07:02 CDT LOG:  could not open file "pg_xlog/00000001000000040000008B" (log file 4, segment 139): No such
fileor directory 
2008-08-24 23:07:05 CDT LOG:  startup process (PID 1468) was terminated by exception 0xC000000D
2008-08-24 23:07:05 CDT HINT:  See C include file "ntstatus.h" for a description of the hexadecimal value.
2008-08-24 23:07:05 CDT LOG:  aborting startup due to startup process failure

My recovery command is:

restore_command = '..\bin\pg_standby -d -s 5 -t .\pgsql.trigger.5442 ..\data\archive %f %p %r 2>>pg_log\standby.log'


I found this on the forums.  Could it be the source of the problem I'm experiencing?

Thanks in advance for the wizardly advice!

Bob Lunney





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

Предыдущее
От: "Tena Sakai"
Дата:
Сообщение: Re: restoring from dump
Следующее
От: Lew
Дата:
Сообщение: Re: Regarding access to a user