Skip to content

Commit

Permalink
ref(snuba): Combine bootstrap & migrate for faster bootstrap (#3491)
Browse files Browse the repository at this point in the history
I think we split these actions in the past due to some lack of options for them to work together properly. Right now looks like `bootstrap` would automatically migrate and propagates the `force` flag.
  • Loading branch information
BYK authored Dec 23, 2024
1 parent ad39dab commit 282410a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install/bootstrap-snuba.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
echo "${_group}Bootstrapping and migrating Snuba ..."

$dcr snuba-api bootstrap --no-migrate --force
$dcr snuba-api migrations migrate --force
$dcr snuba-api bootstrap --force

echo "${_endgroup}"

0 comments on commit 282410a

Please sign in to comment.