Securing Your PostgreSQL Database with SSL: A Step-by-Step Guide
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
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.
Streamlining Postgres Performance: Read-Only App Configuration with Patroni
Discover the best practices for configuring read-only applications with Postgres-Patroni. Learn how to leverage passive PostgreSQL replicas to handle read-only requests, reducing the load on the master node in your High Availability (HA) cluster.
Step-by-Step Guide: Configuring PostgreSQL HA with Patroni
Learn to configure PostgreSQL HA with Patroni, ETCD, and HAProxy - detailed step-by-step guide.