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"