mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
7 lines
164 B
Bash
7 lines
164 B
Bash
echo "${_group}Bootstrapping and migrating Snuba ..."
|
|
|
|
$dcr snuba-api bootstrap --no-migrate --force
|
|
$dcr snuba-api migrations migrate --force
|
|
|
|
echo "${_endgroup}"
|