start repmgrd

This commit is contained in:
Bernhard Radermacher
2026-02-20 14:17:14 +01:00
parent 471b445fe6
commit 1b6a43f113
4 changed files with 14 additions and 0 deletions

7
postgres.sh Normal file
View File

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