feat: add make purge-db target for full database reset
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
6
Makefile
6
Makefile
@ -12,7 +12,8 @@
|
|||||||
build-bot-detector test-bot-detector \
|
build-bot-detector test-bot-detector \
|
||||||
build-dashboard test-dashboard \
|
build-dashboard test-dashboard \
|
||||||
test-ja4common-python \
|
test-ja4common-python \
|
||||||
reload-prod-logs init-stack import-prod-data init-and-import
|
reload-prod-logs init-stack import-prod-data init-and-import \
|
||||||
|
purge-db
|
||||||
|
|
||||||
# --- Root -------------------------------------------------------------------
|
# --- Root -------------------------------------------------------------------
|
||||||
|
|
||||||
@ -153,3 +154,6 @@ import-prod-data:
|
|||||||
|
|
||||||
init-and-import:
|
init-and-import:
|
||||||
./scripts/init-stack.sh --import-prod
|
./scripts/init-stack.sh --import-prod
|
||||||
|
|
||||||
|
purge-db:
|
||||||
|
./scripts/init-stack.sh --clean
|
||||||
|
|||||||
Reference in New Issue
Block a user