PostgreSQL is a versatile open-source relational database management system renowned for its performance and robustness. Setting up replication between a master and a slave server is a crucial step in ensuring high availability and data redundancy in a PostgreSQL environment. In this guide, we’ll walk you through the process of installing PostgreSQL on a slave server and configuring replication to replicate data from a master server.
Will try to do with pg_auto_failover.