PostgreSQL master-slave streaming replication configuration showing postgresql.conf and recovery.conf parameters with WAL streaming between nodes

Data Replication Setup Using Master and Slave: PostgreSQL – II

This is Part 2 of our PostgreSQL streaming replication configuration series. In this post, we configure the master and slave nodes — covering every postgresql.conf and recovery.conf parameter you need for streaming replication. Tested on PostgreSQL 11. Note: Starting from PostgreSQL 12, recovery.conf has been removed. Replication parameters now go directly into postgresql.conf and a Read more about Data Replication Setup Using Master and Slave: PostgreSQL – II[…]