1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: bgw-replstatus
Section: database
Priority: optional
Maintainer: Magnus Hagander <magnus@hagander.net>
Uploaders:
Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
netcat-openbsd,
postgresql-all <!nocheck>,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.7.2
Homepage: https://github.com/mhagander/bgw_replstatus
Vcs-Git: https://github.com/mhagander/bgw_replstatus.git
Vcs-Browser: https://github.com/mhagander/bgw_replstatus
Package: postgresql-18-bgw-replstatus
Architecture: any
Depends:
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
Breaks:
${postgresql:Breaks},
Description: report whether PostgreSQL node is master or standby
bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
replication status of a node. It's intended to be polled by a load balancer
such as haproxy.
.
When installed, a background worker will be started that listens on a TCP
port. A connection to this port will get a TCP response back saying either
MASTER or STANDBY depending on the current state of the node.
|