This commit is contained in:
Bernhard Radermacher
2026-02-24 11:03:21 +01:00
parent a35393948f
commit 64002575f6
3 changed files with 2 additions and 37 deletions

View File

@@ -26,7 +26,7 @@ sudo service ssh start
printf "backend_port%d = 5432\n" $n
((n+=1))
done
} >> /etc/pgpool2/pgpool.conf
} > /etc/pgpool2/pgpool.conf
sudo service pgpool2 start