Announcing the release of pg_cirrus v2.0: Automating Production-Grade Postgres HA Clusters

From: Stormatics via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Announcing the release of pg_cirrus v2.0: Automating Production-Grade Postgres HA Clusters
Date: 2025-08-26 07:56:57
Message-ID: 175619501768.799.2473202754896645743@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Stormatics is excited to announce the release of pg_cirrus v2.0, bringing major improvements to high availability cluster automation for Postgres. pg_cirrus was developed to help you automate the deployment of a 3-node Postgres cluster via Pgpool and save time required to set up a cluster manually while ensuring reliability. This release builds on feedback from real-world deployments and delivers greater resilience, faster setup, and improved operational visibility, ready for production.

###Highlights of the release

####1. True High Availability with Watchdog-Enabled Clusters
Deploy a three-node PostgreSQL cluster with Pgpool running on all nodes, removing the single point of failure present in previous setups.
With pg_cirrus v2.0, if one Pgpool node goes down, the cluster continues to operate seamlessly, ensuring uninterrupted service.

####2. Service-Enabled Docker Container Support
You can run pg_cirrus inside lightweight, minimal-size service-enabled Docker containers for much faster deployments than full OS installations. Service integration allows for simple start/stop management, making it easier to operate in containerized environments.

####3. Enhanced Logging for Easier Troubleshooting
Improved pg_cirrus logging capabilities provide richer insights into deployment steps, making it easier to monitor and troubleshoot the cluster during deployment.

###Supported PostgreSQL Versions
PostgreSQL 17, 16, 15, 14, and 13

###Supported Platforms
- Ubuntu 22.04 and 24.04
- Red Hat Enterprise Linux 9

###Get the Release
Download pg_cirrus v2.0 from our GitHub: [pg_cirrus v2.0 Release Notes & Source](https://github.com/stormatics/pg_cirrus/releases/tag/v2.0/)

Browse pgsql-announce by date

  From Date Subject
Next Message United States PostgreSQL Association via PostgreSQL Announce 2025-08-27 10:32:37 PGConf NYC 2025 (9/29-10/1) - Schedule Announced!
Previous Message pg_hint_plan via PostgreSQL Announce 2025-08-23 12:10:13 pg_hint_plan v1.8.0 Released