also blow away snapshots

This commit is contained in:
Jude Nelson
2018-10-25 17:15:49 -04:00
parent 86ff2a784d
commit f79ba7348d

View File

@@ -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