straight-pharmacist-68416
01/29/2022, 7:28 PMketo migrate up --yes
, I get an error unable to initialize config provider: open /home/ory/keto.yml: no such file or directory
. We’ve been running for a keto in k8s for a while and have never had a yml file here I thinkmagnificent-energy-493
steep-lamp-91158
$HOME/keto.yml
) in case no --config path/keto.yml
flag is provided. It should be enough if you add that flag and point it to an empty file.straight-pharmacist-68416
02/01/2022, 4:12 AMunable to initialize service registry: stat ./keto_namespaces: no such file or directory
unable to initialize config provider: open /home/ory/keto.yml: no such file or directory
~ $ touch keto.yml
~ $ keto migrate up --yes
INFO[2022-02-01T04:21:15Z] No tracer configured - skipping tracing setup audience=application service_name=ORY Keto service_version=v0.7.0-alpha.1
Current status:
Version Name Status
20150100000001000000 networks Applied
20201110175414000000 relationtuple Applied
20201110175414000001 relationtuple Applied
20210623162417000000 relationtuple Applied
20210623162417000001 relationtuple Applied
20210914134624000000 legacy-cleanup Applied
All migrations are already applied, there is nothing to do.
~ $ keto namespace migrate legacy --yes
INFO[2022-02-01T04:21:28Z] No tracer configured - skipping tracing setup audience=application service_name=ORY Keto service_version=v0.7.0-alpha.1
Could not get legacy namespaces: stat ./keto_namespaces: no such file or directory
~ $
/etc/config/keto.yaml
but not /home/ory/
keto namespace migrate legacy --yes -c /etc/config/keto.yaml