Cấu hình PostgreSQL Master Slave Replication trên Kubernetes
Ở bài này chúng ta sẽ tìm hiểu về cách triển khai một hệ thống Database với chế độ Master-Slave Replication ở trên Kubernetes.
[Answered] How do you check the replication status in PostgreSQL?
Query using the following selections: On master node: $ psql postgres=# select * from pg_stat_replication; postgres=# \q.
