Skip to content

Commit

Permalink
Add --no-recreate to dc up in wrap-up.sh
Browse files Browse the repository at this point in the history
Temporary fix for getsentry#1294
  • Loading branch information
aminvakil committed Sep 28, 2022
1 parent 24cd383 commit fac9bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/wrap-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if [[ "$MINIMIZE_DOWNTIME" ]]; then
echo "${_group}Waiting for Sentry to start ..."

# Start the whole setup, except nginx and relay.
$dc up -d --remove-orphans $($dc config --services | grep -v -E '^(nginx|relay)$')
$dc up --no-recreate -d --remove-orphans $($dc config --services | grep -v -E '^(nginx|relay)$')
$dc restart relay
$dc exec -T nginx nginx -s reload

Expand Down

0 comments on commit fac9bb8

Please sign in to comment.