Skip to content

Commit 282410a

Browse files
authored
ref(snuba): Combine bootstrap & migrate for faster bootstrap (#3491)
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.
1 parent ad39dab commit 282410a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/bootstrap-snuba.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
echo "${_group}Bootstrapping and migrating Snuba ..."
22

3-
$dcr snuba-api bootstrap --no-migrate --force
4-
$dcr snuba-api migrations migrate --force
3+
$dcr snuba-api bootstrap --force
54

65
echo "${_endgroup}"

0 commit comments

Comments
 (0)