Re: Replication - Mailing list pgsql-general

From Vick Khera
Subject Re: Replication
Date
Msg-id AANLkTimCZzmYysdr9Czx+0OP9nKXxEDjvmnS47urgJMG@mail.gmail.com
Whole thread Raw
In response to Re: Replication  (Jonathan Tripathy <jonnyt@abpni.co.uk>)
Responses Re: Replication  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-general
On Mon, Nov 1, 2010 at 6:39 PM, Jonathan Tripathy <jonnyt@abpni.co.uk> wrote:
> So in the "Hot Standby" setup as described in
> http://www.postgresql.org/docs/current/static/hot-standby.html , how would I
> automatically make the slave a master?

If you plan to make it automatic, be absolutely 1000000% sure that
your automated criteria for doing the switchover is really 1000000%
accurate, else you may end up switching when you didn't really want to
for some temporary failure condition.  I've never been able to define
something that perfect so we still only ever do manual switchovers.

Based on your questions, you perhaps should be seeking the advice of a
paid consultant expert in such matters if you really value your data.

pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: Replication
Next
From: Vick Khera
Date:
Subject: Re: Dealing with locking on batch updates.