Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345340
wrap-up.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
867 B
Subscribers
None
wrap-up.sh
View Options
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
restart
relay
$dc
exec
-T
nginx
nginx
-s
reload
docker
run
--rm
--network
=
"
${
COMPOSE_PROJECT_NAME
}
_default"
alpine
ash
\
-c
'while [[ "$(wget -T 1 -q -O- http://web:9000/_health/)" != "ok" ]]; do sleep 0.5; done'
# Make sure everything is up. This should only touch relay and nginx
$dc
up
-d
echo
"
${
_endgroup
}
"
else
echo
""
echo
"-----------------------------------------------------------------"
echo
""
echo
"You're all done! Run the following command to get Sentry running:"
echo
""
echo
"
$dc_base
up -d"
echo
""
echo
"-----------------------------------------------------------------"
echo
""
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 3:18 PM (6 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3306148
Attached To
R206 getsentry-onpremise
Event Timeline
Log In to Comment