mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-01-18 15:12:42 +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}"
|