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
Master Slave combination is working fine.
when I create a file at the file trigger location ex: /tmp/postgresql.trigger.5432 on pgslave server, it started accepting read and as well as write request which is perfectly correct.
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.
Regards,
Dasitha.