Introduction
When setting up an application for production, it's often useful to have multiple copies of your database in place. The process of keeping database copies in sync is called replication. Replication can provide high-availability horizontal scaling for high volumes of simultaneous read operations, along with reduced read latencies. It also allows for peer-to-peer replication between geographically distributed database servers. Continue reading “How To Set Up Logical Replication with PostgreSQL 10 on Ubuntu 18.04”