Browse Source

add flush redis to reset_bubble_full

tags/v1.5.4
Jonathan Cobb 3 years ago
parent
commit
c58fb5dd03
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      bin/reset_bubble_full

+ 3
- 0
bin/reset_bubble_full View File

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

Loading…
Cancel
Save