{
   "name": "pg_replica",
   "abstract": "Consensus-driven automatic failover for PostgreSQL (embedded Raft control plane)",
   "description": "pg_replica gives a small cluster of vanilla PostgreSQL nodes automatic, consensus-driven failover. An embedded Raft quorum running inside a background worker keeps a single leader elected, fences the old primary, promotes the highest-LSN survivor, and rejoins the loser with pg_rewind, with no external coordination service (no etcd, Consul, or Kubernetes). Tables, indexes, roles, GRANTs, DDL, and extensions replicate byte-for-byte over PostgreSQL physical streaming replication.",
   "version": "0.4.0",
   "date": "2026-06-08T11:06:30Z",
   "maintainer": [
      "Tadas Talaikis <talaikis.tadas@gmail.com>"
   ],
   "release_status": "stable",
   "user": "nordlet",
   "sha1": "2268311034f5b2878360aed2d97a3a0e4efebec9",
   "license": "gpl_3",
   "prereqs": {
      "build": {
         "requires": {
            "cargo-pgrx": "0.18.1"
         }
      },
      "runtime": {
         "requires": {
            "PostgreSQL": "18.0.0"
         }
      }
   },
   "provides": {
      "pg_replica": {
         "abstract": "Consensus-driven automatic failover for PostgreSQL",
         "file": "pg_replica.control",
         "version": "0.4.0"
      }
   },
   "tags": ["replication", "failover", "raft", "high availability", "consensus", "streaming replication"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/hyperiondb/hyperiondb/issues"
      },
      "homepage": "https://hyperiondb.eu",
      "repository": {
         "type": "git",
         "url": "https://github.com/hyperiondb/hyperiondb.git",
         "web": "https://github.com/hyperiondb/hyperiondb"
      }
   }
}
