I'm getting `unable to open database file: no such...
# talk-kratos
e
I'm getting
unable to open database file: no such file or directory
now. I'm basically using the docker-compose examples
m
You mean you modified the quickstart example a bit? If so could you post the kratos.yml here?
e
my config was based on the quickstart
i've just switched to postgres, also because we use that in production
m
So basically just
docker-compose -f quickstart.yml -f quickstart-standalone.yml -f quickstart-postgres.yml up --build --force-recreate
? No changes?
h
Hm, maybe we forgot the mount?
m
I just tried quickstart with postgres and it works fine for me.
message has been deleted
e
ah sorry i forgot to mention: the error happens with sqlite
h
Could you maybe open an issue and explain exactly what you did? I can’t really follow. Like what images did you use, what config, etc. The 0.8.1 releases are canary releases (pre releases), they are not supposed to be used yet