feat(snuba): Skip snuba migrate task (#495)
This commit is contained in:
parent
adda25ee23
commit
29c6ef58ad
@ -164,11 +164,8 @@ $dc build --force-rm --parallel
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Docker images built."
|
echo "Docker images built."
|
||||||
|
|
||||||
echo "Bootstrapping Snuba..."
|
echo "Bootstrapping and migrating Snuba..."
|
||||||
# `bootstrap` is for fresh installs, and `migrate` is for existing installs
|
|
||||||
# Running them both for both cases is harmless so we blindly run them
|
|
||||||
$dcr snuba-api bootstrap --force
|
$dcr snuba-api bootstrap --force
|
||||||
$dcr snuba-api migrate
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Very naively check whether there's an existing sentry-postgres volume and the PG version in it
|
# Very naively check whether there's an existing sentry-postgres volume and the PG version in it
|
||||||
|
Reference in New Issue
Block a user