Re: BUG #4854: Problems with replaying WAL files on Warm Standby

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Keith Pierno <kpierno(at)lulu(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4854: Problems with replaying WAL files on Warm Standby
Date: 2009-06-15 18:59:42
Message-ID: 22090.1245092382@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Keith Pierno <kpierno(at)lulu(dot)com> writes:
> Thanks for the prompt response. If such a file is needed for recovery
> it was never created by postgres. The current archiving process creates
> uses rsync to archive the WAL files to a shared archive area. In the
> past and on my other cluster we do not see .history files on the
> primary server and have been able to recover without them.

The .history file would have been created on the slave at the time it
became new master (and started its own timeline).

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Keith Pierno 2009-06-15 19:53:09 Re: BUG #4854: Problems with replaying WAL files on Warm Standby
Previous Message Keith Pierno 2009-06-15 18:55:05 Re: BUG #4854: Problems with replaying WAL files on Warm Standby