Re: [GENERAL] Unable to start postgres in recovery mode.

2007-03-20 Thread Dhaval Shah
Thanks for the email. It helped and after going through the email and the doc, I realized that the "backup" file had the wrong information, or rather I had the wrong backup files. That will do the kind of errors I have seen. However, I do have one question, I am setting this up as part of the HA

Re: [GENERAL] Unable to start postgres in recovery mode.

2007-03-20 Thread Tom Lane
"Dhaval Shah" <[EMAIL PROTECTED]> writes: > What am I doing wrong? Lying to the server. If you don't have the requested file, return failure, don't invent something. There are a number of cases where the recovery process asks for files that are quite likely not to exist. > If I indicate that I

[GENERAL] Unable to start postgres in recovery mode.

2007-03-19 Thread Dhaval Shah
I am trying to put my database in recovery mode and I get the following error: === LOG: starting archive recovery LOG: restore_command = "/myrestore/pg_restore.sh %f %p" 0001.history pg_xlog/RECOVERYHISTORY [Main]: Server requested for 0001.history to be copied to pg_xlog/RECOVE