From 29c6ef58ad96bf6a9ef41f517b60601e1c422718 Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Sun, 17 May 2020 23:16:30 -0700 Subject: [PATCH] feat(snuba): Skip snuba migrate task (#495) --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 458782e..3aa3b89 100755 --- a/install.sh +++ b/install.sh @@ -164,11 +164,8 @@ $dc build --force-rm --parallel echo "" echo "Docker images built." -echo "Bootstrapping 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 +echo "Bootstrapping and migrating Snuba..." $dcr snuba-api bootstrap --force -$dcr snuba-api migrate echo "" # Very naively check whether there's an existing sentry-postgres volume and the PG version in it