Christopher Winslett
Christopher Winslett
@tvb I'm indecisive how this should work. My core issue with moving this way is solving the "what if the etcd cluster goes away?" problem. I need to create another...
This is a scenario this template chose not to address. `pg_rewind` is effectively deleting data. Every HA deployment has a different best-outcome for the times when `pg_rewind` would be used....
I'm thinking we should add rows for `pg_hba.conf` to the `postgresX.yml` files. As part of the initialization process, Governor should create the proper `pg_hba.conf` records. That would allow people to...
Fencing: take a look at the setting and code around `maximum_lag_on_failover`. Each time the loop runs, we log the last XLOG position for the primary Postgres. With `maximum_lag_on_failover`, you can...
Great questions. Haproxy status checks rely on etcd as a single source of truth. If a rogue node can take over the leader key, it would start receiving reads and...
[Crunchy Bridge](https://docs.crunchybridge.com/extensions-and-languages/extensions/)
I had the same issue. I just monkey patched it to remove the invalid k,v from the obj. I replaced the `mosql` binary with the following, which I call `monkey-patched-mosql`....