From c58fb5dd03f49d21eb78fb627d80832e597882d8 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 10 Dec 2020 08:59:48 -0500 Subject: [PATCH] add flush redis to reset_bubble_full --- bin/reset_bubble_full | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/reset_bubble_full b/bin/reset_bubble_full index 173011c3..27894fec 100755 --- a/bin/reset_bubble_full +++ b/bin/reset_bubble_full @@ -43,4 +43,7 @@ echo "> removed: ${BUBBLE_CLOUD_DATA_DIR}" dropdb bubble && echo "> dropped database: bubble" || echo "! error: dropping bubble database" +echo "FLUSHALL" | redis-cli || echo "! error: flushing redis" +echo "> flushed redis" + echo "+++ Bubble Reset Complete"