Tag Archives: postgreSQL Replicaton

PostgreSQL Streaming Replicatiıon master slave Installation big dba

2 February 2021   0 Comment

Using High Availability is a requirement for companies all over the world. Stream Replication as the replication method, PostgreSQL Stream Replication is asynchronous by default, so it is possible to do some operations on the primary node that have not yet been copied to the standby server. This means there is some potential possibility of […]

Read More