Ver a proveniência

add flush redis to reset_bubble_full

tags/v1.5.4
Jonathan Cobb há 3 anos
ascendente
cometimento
c58fb5dd03
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      bin/reset_bubble_full

+ 3
- 0
bin/reset_bubble_full Ver ficheiro

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

Carregando…
Cancelar
Guardar