{
   "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.6.4",
   "date": "2026-06-23T12:43:48Z",
   "maintainer": [
      "Tadas Talaikis <info@nordlet.com>"
   ],
   "release_status": "stable",
   "user": "nordlet",
   "sha1": "29603a6fe86477c53a2d88196e748a7fd0d7c028",
   "license": "agpl_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.6.4"
      }
   },
   "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"
      }
   }
}
