Hi Serge, On Sun, Mar 18, 2012 at 10:02:39AM -0600, Serge Dubrouski wrote: > Hello - > > Attached is a patch for pgsql that adds support streaming replication > developed by Mr. Takatoshi MATSUO. It's a huge overhaul for the current > version of the script though it's backward compatible and doesn't change > existing functionality. However I'd like to ask everybody who currently > uses pgsql RA to give this version of RA a thorough test before putting it > into production. > > This version support synchronous and asynchronous version of streaming > replication but requires PostgreSQL 9.1 at least. Due some limits on how > replication is implemented in PostgreSQL currently there is no way to > demote current master into a slave to the new master so it always stops > PostgreSQL on demote and it's administrator responsibility to resync > stopped node the new master. Same is true for the failed master, before > putting it back administrator has to sync it to the new master. > > > -- > Serge Dubrouski.
> diff --git a/heartbeat/pgsql b/heartbeat/pgsql > index 8b6ea10..b75e525 100755 > --- a/heartbeat/pgsql > +++ b/heartbeat/pgsql > @@ -1,12 +1,13 @@ > -#!/bin/sh > +#!/bin/bash Our policy is not to change shell. Is that absolutely necessary? Cheers, Dejan _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
