Session

Back

Recovering from a Split Brain with Pg_waldump and Pg_rewind

Date: 2019-09-12
Time: 19:30 - 20:20
Room: Junior Ballroom G
Level: Intermediate

Suppose you run PostgreSQL in a high-availability environment. What happens when you failover to your replica but STONITH fails and writes continue to occur on the old primary?

Suffering from a split-brain with diverging timelines is a terrifying event for any engineer in this scenario. But we can use core PostgreSQL tooling to figure out exactly what changes committed after the timelime divergence.

In this talk I'll demo investigating the divergence of data in such a scenario using pg_xlogdump (and some custom scripting). After we know how the two primary nodes diverged, I'll use pg_rewind to bring the old primary back into sync with the new primary and establish it as the new synchronous replica.

Slides

The following slides have been made available for this session:

Speaker

James Coleman