Files
postgresrepmgr/postgres.sh
Bernhard Radermacher 1b6a43f113 start repmgrd
2026-02-20 14:17:14 +01:00

8 lines
140 B
Bash

#!/usr/bin/env bash
repmgrd -f /etc/repmgr.conf --pid-file /tmp/repmgrd.pid &
export PATH="/usr/lib/postgresql/15/bin:${PATH}"
exec "$@"