Replication Manager for PostgreSQL clusters
http://www.repmgr.org/
repmgr is a set of open source tools that helps DBAs and System administrators
manage a cluster of PostgreSQL databases.
By taking advantage of the Hot Standby capability introduced in PostgreSQL 9,
repmgr greatly simplifies the process of setting up and managing database with
high availability and scalability requirements.
repmgr simplifies administration and daily management, enhances productivity
and reduces the overall costs of a PostgreSQL cluster by:
* monitoring the replication process;
* allowing DBAs to issue high availability operations such as switch-overs
and fail-overs.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database:postgresql/repmgr && cd $_
- Create Badge
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000231 231 Bytes | |
do-not-link-unneeded-libs.patch | 0000000772 772 Bytes | |
repmgr-5.5.0.tar.gz | 0000463431 453 KB | |
repmgr-5.5.0.tar.gz.asc | 0000000488 488 Bytes | |
repmgr.changes | 0000037425 36.5 KB | |
repmgr.spec | 0000004373 4.27 KB | |
repmgr.spec.in | 0000003272 3.2 KB | |
repmgr.sudoers | 0000000242 242 Bytes | |
repmgrd.init | 0000000000 0 Bytes | |
repmgrd.service | 0000000244 244 Bytes | |
series | 0000000069 69 Bytes | |
use_sudo_systemctl_for_restart.patch | 0000000832 832 Bytes |
Comments 1
Hi, very often repmgrd starts before postgresql (if on same server) and fails then. Please add following line to [Unit] part of systemd service: Wants=postgresql.server
It seems to fix the issue.
BR.