From 7b25469093d28df03a456b36a1315b60674229bf Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Sun, 12 Oct 2025 13:44:22 +0530 Subject: [PATCH] Remove skytools [8 years since last change, archived] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2c0e308..4bb7566 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ * [repmgr](https://github.com/2ndQuadrant/repmgr) - Open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers. * [Slony-I](https://slony.info/) - "Master to multiple slaves" replication system with cascading and failover. * [PAF](https://github.com/ClusterLabs/PAF) - PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. -* [SkyTools](https://github.com/pgq/skytools-legacy) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony. * [pg_auto_failover](https://github.com/citusdata/pg_auto_failover) - Postgres extension and service for automated failover and high-availability. * [pgrwl](https://github.com/hashmap-kz/pgrwl) - Stream write-ahead logs (WAL) from a PostgreSQL server in real time. A drop-in, container-friendly alternative to pg_receivewal.