i get an error when i run `spicedb
# spicedb
a
i get an error when i run
spicedb migrate --datastore-engine postgres --datastore-conn-uri "postgres://postgres:password@localhost:5432/spicedb"
the error:
{"level":"error","error":"accepts 1 arg(s), received 0","message":"terminated with errors"}
I am sure the db is up and running at that connection string
v
you can turn debug logs on, that may help figure out whats up
a
they way to do that would be adding the
--log-level debug
flag right
uh.. my bad should have run
spicedb migrate head
works that way
v
yeah migrate is a subcommand, I can see it not being obvious