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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: repmgr
Section: database
Priority: optional
Maintainer: Marco Nenciarini <mnencia@debian.org>
Build-Depends:
debhelper-compat (= 13),
postgresql-server-dev-all,
libedit-dev,
liblz4-dev,
libreadline-dev,
libpam-dev,
libxml2-dev,
libxslt1-dev,
libssl-dev,
libselinux1-dev [linux-any],
libkrb5-dev,
libzstd-dev,
zlib1g-dev,
flex
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://www.repmgr.org/
Vcs-Browser: https://salsa.debian.org/postgresql/repmgr
Vcs-Git: https://salsa.debian.org/postgresql/repmgr.git
Package: repmgr-common
Architecture: all
Depends:
postgresql-common,
lsb-base,
${misc:Depends}
Description: replication manager for PostgreSQL common files
repmgr is an open-source tool suite for managing replication and failover in a
cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
capabilities with tools to set up standby servers, monitor replication, and
perform administrative tasks such as failover or manual switchover operations.
.
This package contains repmgr files common to all versions.
Package: repmgr
Architecture: all
Depends:
${postgresql:Depends},
${misc:Depends}
Description: replication manager for PostgreSQL (metapackage)
repmgr is an open-source tool suite for managing replication and failover in a
cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
capabilities with tools to set up standby servers, monitor replication, and
perform administrative tasks such as failover or manual switchover operations.
.
This is a metapackage that depends on the version specific packages.
Package: postgresql-15-repmgr
Architecture: any
Depends: postgresql-15, repmgr-common (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: rsync
Description: replication manager for PostgreSQL 15
repmgr is an open-source tool suite for managing replication and failover in a
cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
capabilities with tools to set up standby servers, monitor replication, and
perform administrative tasks such as failover or manual switchover operations.
.
This package contains repmgr for PostgreSQL 15.
|