Skip to content

Commit

Permalink
Reboot (#8)
Browse files Browse the repository at this point in the history
* modify boot script to include connection params

* fix quoting in psql args
  • Loading branch information
mlooney authored Nov 11, 2020
1 parent be7468f commit 41e4de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ops/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ if [ ! -z "$DYNATRACE_TOKEN" ];then
/bin/sh installer.sh --set-app-log-content-access=true --set-infra-only=true --set-host-group=DC --set-host-name=${CLUSTER_NAME}-psql 2>&1 &
fi

su postgres -c '/docker-entrypoint.sh postgres -c max_connections=500'
su postgres -c "/docker-entrypoint.sh postgres -c 'max_connections=500'"

0 comments on commit 41e4de8

Please sign in to comment.