PostGres Database Replication Using Pglogical
This is an example of PostgreSQL database replication using the pglogical extension. In this example, I used Docker containers, with each container having its own database. When data is written to the primary database, the secondary container receive...
ralvaracode.hashnode.dev5 min read