From f79ba7348d97c7ff1d63f45d07e214e2b671c9dd Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 25 Oct 2018 17:15:49 -0400 Subject: [PATCH] also blow away snapshots --- api/deployment/boot-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/deployment/boot-docker.sh b/api/deployment/boot-docker.sh index f27e405ee..4fe191f53 100755 --- a/api/deployment/boot-docker.sh +++ b/api/deployment/boot-docker.sh @@ -35,7 +35,7 @@ if [ -f "$STATE_DIR/blockstack-server.db" ]; then DB_VERSION="$(blockstack-core db_version)" if [ $? -ne 0 ]; then # obsolete - rm -f "$STATE_DIR/*.db*" + rm -f "$STATE_DIR/*.db*" "$STATE_DIR/*.snapshots" fi fi