The document outlines the steps for setting up PostgreSQL replication between a master and a slave server. It includes configuring the master server's parameters, creating a replication user, modifying the pg_hba.conf file, and performing a pg_basebackup on the slave server. Additionally, it provides commands for monitoring the replication status and promoting the standby database during failover.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
0 views1 page
postgres_streaming_replication
The document outlines the steps for setting up PostgreSQL replication between a master and a slave server. It includes configuring the master server's parameters, creating a replication user, modifying the pg_hba.conf file, and performing a pg_basebackup on the slave server. Additionally, it provides commands for monitoring the replication status and promoting the standby database during failover.