From: | Toby Corkindale <toby(dot)corkindale(at)strategicdata(dot)com(dot)au> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Utilities for managing streaming replication servers? |
Date: | 2011-03-24 00:48:01 |
Message-ID: | 4D8A94C1.1010508@strategicdata.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 23/03/11 20:18, John R Pierce wrote:
> On 03/22/11 11:18 PM, Toby Corkindale wrote:
>> Hi,
>> I wondered if there were any software packages floating around to
>> manage servers using streaming replication with Pg?
>>
>> ie. To handle failing over and adjusting the config to promote a
>> slave; and performing the steps of syncing and restarting to bring up
>> a new slave.
>
>
> that sort of thing would normally be done with a cluster failover
> manaagement tool like Heartbeat from the LInux-HA project.
*nods*
I'm familiar with heartbeat and similar utils to manage the general
concept of, well, failing-over -- but was wondering someone had already
scripted the process of adjusting the config files and rsyncing files
during a pg_backup_.. stuff.
The repmgr utility looks like exactly what I was looking for though, and
should be suitable for connecting to heartbeat, et al.
Thanks to both of you,
Toby
From | Date | Subject | |
---|---|---|---|
Next Message | Nick Raj | 2011-03-24 05:20:32 | Re: Understanding Datum |
Previous Message | hyelluas | 2011-03-24 00:45:21 | Re: constraint partition issue |