Alright, I got to a good state. So the
# spicedb
m
Alright, I got to a good state. So the env vars do work for the
serve
command, just not the datastore/migrate/repair command
v
it's the
spicedb datastore
command that had this problem for a while. There is a
spicedb datastore migrate
that would suffer from the same problem, but it's an alias to
spicedb migrate
which does not have that problem. It was fixed recently in https://github.com/authzed/spicedb/pull/1682 and should make it to the next release.
m
good to know, thanks!
5 Views