Re: [GENERAL] Replication rolling back to normal.

2016-10-23 Thread Michael Paquier
On Mon, Oct 24, 2016 at 2:20 PM, Dasitha Karunajeewa wrote: > Hi Michael, > > Thanks a lot for the information. I am totally new to Postgres clustering. I > have follow up the below-attached article. > https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-on-postg

Re: [GENERAL] Replication rolling back to normal.

2016-10-22 Thread Michael Paquier
On Fri, Oct 21, 2016 at 10:10 PM, Dasitha Karunajeewa wrote: > What I want to know is how to switch them back to the normal status. That > means pgmaster need to be the Master server which acept the writed and > pgslave that accepts only reads along with the replication. If your promoted standby

[GENERAL] Replication rolling back to normal.

2016-10-21 Thread Dasitha Karunajeewa
Dear Team, I have installed PostgreSQL 9.6 on two servers. One is master and other is for slave server. Current setup as follows. - Master Server - pgmaster - Salve Server - pgslave To implement this I have followed this article https://www.digitalocean.com/community/tutorials/how-to-set-