I created a few DBs for my tests, and now I need to clean them up.
any suggested command to do it safely?
I did
quantrocket db -h
but cannot see any argument to "delete/drop".
I created a few DBs for my tests, and now I need to clean them up.
any suggested command to do it safely?
I did
quantrocket db -h
but cannot see any argument to "delete/drop".
For history dbs:
quantrocket history drop-db mydb --confirm-by-typing-db-code-again mydb
it works thanks Brian