How to do switchover in postgres - DBACLASS DBACLASS
In this article we will explain how to do switchover manually . Switchover means, change of role between master and slave. postgres doesn’t provide any inbuilt command to do switchover . We will use the pg_ctl promote command with some additional steps to do the switchover. Note – There are few third party tools like […]
postgresql configurationintermediate
by PostgreSQL
13 views