mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
restart postgres to activate max_connections
This commit is contained in:
parent
6f85299a71
commit
a8f05a020e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user