Re: [GENERAL] Asynchronous replication in postgresql

2015-04-07 Thread Chris Winslett
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

Re: [GENERAL] Asynchronous replication in postgresql

2015-04-07 Thread Jim Nasby
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

[GENERAL] Asynchronous replication in postgresql

2015-03-11 Thread Deole, Pushkar (Pushkar)
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