Re: Recovery problem with PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Recovery problem with PostgreSQL
Date: 2006-05-11 13:48:08
Message-ID: 6170.1147355288@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Shoaib Mir" <shoaibmir(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-05-11 14:00:17 Re: [GENERAL] Debugging SQL queries
Previous Message chris smith 2006-05-11 13:14:58 Re: Debugging SQL queries