Hi, I'm a little late to this thread, but in looking at the errors you originally posted, two things come to mind: First, when you built the slave server, I'm assuming you used pg_basebackup and if you did, did you specify -X s in your command? Second, the missing history file isn't an issue, in case you're unfamiliar with this. However, yeah, the missing WAL segment is, as well as the bad timeline error. Is that missing segment still on your primary? You know you could just copy it manually to your standby and start from that. As far as the timeline error, that's disturbing to me as it's claiming the primary is actually a failed over standby. AFAIK, that's the main if not only way transaction timelines increment. I would suggest, in spite of of the 2TB size, rebuilding the standby servers with a proper pg_basebackup. -- Jay Sent from my iPad
|