fix clone start

This commit is contained in:
Bernhard Radermacher
2026-02-19 14:18:28 +01:00
parent a965a728eb
commit f0d581ff89

View File

@@ -71,7 +71,7 @@ else
echo "pg_bindir = '/usr/lib/postgresql/15/bin/'" >> /etc/repmgr.conf
until /usr/lib/postgresql/15/bin/repmgr -h pg-0 -U repmgr -f /etc/repmgr.conf standby clone --dry-run
until /usr/lib/postgresql/15/bin/repmgr -h pg-0 -U repmgr -f /etc/repmgr.conf standby clone --dry-run &> /dev/null
do
echo "Upstream host not ready..."
sleep 300