Re: issue with postgresql S R slave - Mailing list pgsql-admin

From Fujii Masao
Subject Re: issue with postgresql S R slave
Date
Msg-id BANLkTinsONbPq_H3pqXwG9UOwgiG93-EXA@mail.gmail.com
Whole thread Raw
In response to issue with postgresql S R slave  (Manish Singh <delhi.manish@gmail.com>)
List pgsql-admin
On Wed, May 25, 2011 at 12:28 AM, Manish Singh <delhi.manish@gmail.com> wrote:
> I am having a problem with all slaves...i am not sure it's a bug or my side
> configuration problem..
>
> When ever i am restarting postgresql slave  (Service postgresql restart -
> made a script) or even just stopping and starting a postgresql slave.. it
> displays a a message, although slave get's started and working fine...
>
> server starting
> cp: cannot stat
> `/usr/local/pgsql/data/pg_xlogarch/000000010000000300000026': No such file
> or directory
> cp: cannot stat
> `/usr/local/postgres/data/pg_xlogarch/000000010000000300000026': No such
> file or directory

These messages mean that the standby just could not find and read the WAL
file (000000010000000300000026) from the archive. But this is not a problem.
That WAL file would be available in the master, so the standby can read it from
the master via streaming replication. Which is a normal operation.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

pgsql-admin by date:

Previous
From: Manish Singh
Date:
Subject: issue with postgresql S R slave
Next
From: Michael Holt
Date:
Subject: Seems like a large amount of xlog files