From 53ab60dc004984b4cb34a4de7d1ea52887973ddc Mon Sep 17 00:00:00 2001 From: iSergio Date: Thu, 12 Apr 2018 11:25:23 +0300 Subject: [PATCH] Stop pgpool-II on configure postgresql --- postgres/configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/configure.sh b/postgres/configure.sh index 88503a3..f6025d0 100755 --- a/postgres/configure.sh +++ b/postgres/configure.sh @@ -15,6 +15,8 @@ if ! [[ $choice =~ ^([yY][eE][sS]]|[yY])$ ]]; then exit 0 fi +/etc/ini.d/pgpool stop + cp bin/pg_* /usr/local/bin/ # Configure listen ip address -- GitLab