Commit e5a188bc authored by Mo Firouz's avatar Mo Firouz
Browse files

Add insecure flag to dbstop

parent 9f1135e0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ default help:
	@echo "   proto       Generate the protocol buffer implementation files."
	@echo "   release     Build production release(s). Runs dependent rules."
	@echo "   run         Run development version of the server with the race detector."
	@echo "   docker      Build local docker image and tag it with the version."
	@echo "   dockerpush  Push the local docker image to Docker Hub."
	@echo "   test        Execute all development tests."
	@echo "   vet         Perform static error checks against the source.\n"

@@ -132,7 +134,7 @@ dbstart:

.PHONY: dbstop
dbstop:
	${COCKROACH} quit
	${COCKROACH} quit --insecure

.PHONY: dbsetup
dbsetup: