update echo comment

This commit is contained in:
asyncnomi 2025-08-03 00:14:55 +02:00
parent 84c8e901de
commit da4949db93

View file

@ -81,7 +81,7 @@ in
echo "PostgreSQL slave setup completed successfully" echo "PostgreSQL slave setup completed successfully"
else else
echo "PostgreSQL standby already configured (standby.signal exists), skipping base backup" echo "PostgreSQL dataDir not empty, skipping initial master to slave replication"
fi fi
''); '');
} }