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
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
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-