Securing Your PostgreSQL Database with SSL: A Step-by-Step Guide 2 months ago 3 min read PostgresDevOps SSL is required for a secure connection between the client and the server so confidential data cannot be intercepted by any middle-man
8 Patroni commands every DBA should Know a year ago 3 min read PatroniPostgres Patroni has command line utility patronictl which can be used to interact with the Patroni postgres cluster. Let's see patroni commands every DBA should know.
Correct way to configure read-only apps with Postgres-Patroni 2 years ago 2 min read DevOpsPostgresPatroni Passive Postgres replicas can be used for read-only requests instead of master node in HA cluster.
How to configure PostgreSQL HA with Patroni? 2 years ago 8 min read DevOpsPostgresPatroni Configure and setup PostgreSQL HA cluster using Patroni, ETCD and HAProxy