Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346940
set-up-and-migrate-database.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
416 B
Subscribers
None
set-up-and-migrate-database.sh
View Options
echo
"
${
_group
}
Setting up / migrating database ..."
if
[[
-n
"
${
CI
:-
}
"
||
"
${
SKIP_USER_PROMPT
:-
0
}
"
==
1
]]
;
then
$dcr
web
upgrade
--noinput
echo
""
echo
"Did not prompt for user creation due to non-interactive shell."
echo
"Run the following command to create one yourself (recommended):"
echo
""
echo
" docker-compose run --rm web createuser"
echo
""
else
$dcr
web
upgrade
fi
echo
"
${
_endgroup
}
"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 4:40 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3249478
Attached To
R206 getsentry-onpremise
Event Timeline
Log In to Comment