I've recently open sourced this template for managing state for PostgreSQL:
https://github.com/compose/governor
Take a test drive around it. As long as the old Leader is verifiably dead
or stopped at the forked WAL log point, I've not had issues with inserting
a `recovery.conf` to tail the new Le
On 3/11/15 5:27 AM, Deole, Pushkar (Pushkar) wrote:
Hi,
I am new to postgresql and evaluating the streaming replication for my
use case. My use case is:
1.Need to replicate data from primary database (master) to secondary
database (slave) asynchronously.
2.If master goes down, the slave should
Hi,
I am new to postgresql and evaluating the streaming replication for my use
case. My use case is:
1. Need to replicate data from primary database (master) to secondary
database (slave) asynchronously.
2. If master goes down, the slave should automatically be promoted to
master