Re: Recovery problem with PostgreSQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Recovery problem with PostgreSQL
Date
Msg-id 6170.1147355288@sss.pgh.pa.us
Whole thread Raw
In response to Recovery problem with PostgreSQL  ("Shoaib Mir" <shoaibmir@gmail.com>)
Responses Re: Recovery problem with PostgreSQL  ("Shoaib Mir" <shoaibmir@gmail.com>)
List pgsql-general
"Shoaib Mir" <shoaibmir@gmail.com> writes:
> While running the recovery process I am getting the following errors for
> cannot stat:

> cp: cannot stat `/data1_node5/arch/00000001.history': No such file or
> directory

What makes you think this is an error?  As pointed out in the docs,
the archive_recovery command *will* be asked for files that don't
exist.  You might want to tweak your script to not report an error
in this case.

            regards, tom lane

pgsql-general by date:

Previous
From: "chris smith"
Date:
Subject: Re: Debugging SQL queries
Next
From: Tom Lane
Date:
Subject: Re: Debugging SQL queries