Hello Everyone, I have installed ory keto on my sy...
# talk-keto
g
Hello Everyone, I have installed ory keto on my system containing windows using scoop. I have used copied the configuration and pasted into the keto.yml . When I am running keto serve is is giving me this error
Migrations were not applied yet, please apply them first.
Can anyone help me with this error.
s
Have you enabled automigration?
g
@shy-beach-55709 how can we enable automigration?
s
In your values.yaml you have an entry that's for automigration:
Copy code
keto:
  automigration:
    enabled: true

  log:
    level: info
    format: json

  config:
    dsn: memory

[...]
It's disabled by default: https://artifacthub.io/packages/helm/ory/keto?modal=values @great-crayon-86888