start repmgrd
This commit is contained in:
7
postgres.sh
Normal file
7
postgres.sh
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user