History File woes - Mailing list pgsql-admin

From Jamie Strachan
Subject History File woes
Date
Msg-id 55C8F172.3040304@counterpath.com
Whole thread Raw
List pgsql-admin
Hi,

I have postgresql 9.3 running in hot standby mode with 2 servers.
(RedHat Enterprise Linux 6.5+)

Periodically, it seems that my pg_xlog/?????.history file disappears.
I have not figured out yet why.
At that point, the standby server cannot be restarted, or it fails
because it can't read the history file of the active server.
The active server cannot be restarted either.

So, I am trying to recover from this situation.

I managed to start the database back up by doing the following:
* shut down both servers.
* pg_resetxlog
* delete recovery.conf / recovery.done
* delete backup_label

The database is running, however it does not recreate the history file!

Is there some command I can use to tell postgres to recreate the history
file?

Any thoughts on why my history files are disappearing, or how to debug that?

This has impacted one customer so far, but I am seeing it a lot more now
on my lab systems.

Any help would be greatly appreciated!

--
Jamie Strachan
CounterPath Corporation



pgsql-admin by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Replication Cluster Monitoring
Next
From: Michael H
Date:
Subject: Postgresql-9.1 CentOS7 effective_cache_size issue