From a8f05a020e540ff91730ea00eb9737f4a911b234 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 8 Nov 2023 09:24:40 +1100 Subject: [PATCH] restart postgres to activate max_connections --- koji-setup/koji-deploy-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji-setup/koji-deploy-hub.sh b/koji-setup/koji-deploy-hub.sh index 08e6219..188b410 100644 --- a/koji-setup/koji-deploy-hub.sh +++ b/koji-setup/koji-deploy-hub.sh @@ -178,7 +178,7 @@ EOF # increase the max connections as koji appears to be very chatty sed -i "/^max_connections =/ s/100/1000/" "/var/lib/pgsql/data/postgresql.conf" -systemctl reload postgresql +systemctl restart postgresql # Bootstrapping the initial koji admin user into the PostgreSQL database # SSL Certificate authentication