From: | Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com> |
---|---|
To: | Karuna Karpe <karuna(dot)karpe(at)os3infotech(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: slony replication |
Date: | 2011-09-19 07:16:12 |
Message-ID: | CA+h6Ahj+W4z4OKmAX_zzfCgwKNnEoSJoimzoFJRXJ6+ei0kzxA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Please go through the failover documentation. Moreover, you haven't give
details on how you have implemented replication either using perl tools or
without it.
http://slony.info/documentation/failover.html
In case of Slony with perl tools, you get inbuilt scripts which will help to
do fail-over when the primary server is NO longer available (ie in a
Disaster).
slonik_failover -c slon.conf 1 2
slonik_failover -c slon.conf 1 2 | ./slonik
---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/
On Mon, Sep 19, 2011 at 12:16 PM, Karuna Karpe <karuna(dot)karpe(at)os3infotech(dot)com
> wrote:
> Hello,
>
> I try to replicate two server i.e. 1 master and 1 slave using
> slony replication. can please explain me that when my master server is fail
> then how to my slave server is work as master (means it able to perform DML
> operation)? How to do this please give me solution for that?
>
> Regards,
> karuna karpe.
>
From | Date | Subject | |
---|---|---|---|
Next Message | Rural Hunter | 2011-09-20 16:48:03 | Warm standby terminate itself? |
Previous Message | Karuna Karpe | 2011-09-19 06:46:41 | slony replication |