https://www.ory.sh/ logo
#talk-kratos
Title
# talk-kratos
c

clever-caravan-61378

12/16/2021, 11:53 PM
Hey! i have this issue with the StatefulSet from Kratos on the
v0.8.0-alpha.3
version which is throwing all the time a migration SQLite error (which is not the database im using, actually Postgres), the deployment is OK and everything works fine except the StateFulSet, also it would be a great idea to have annotations and k8s specs separated from the deployment. This error is caused by the Helm Kratos chart
Copy code
Ignoring migration file 20210805112414000002_settings_flow_context.sqlite3.up.sql because dialect is not supported: unsupported dialect sqlite3
This is the looping message, with differente sql name that throws all the time
m

magnificent-energy-493

12/17/2021, 9:12 AM
Hey Jorge, thanks for reporting ! Could you open an issue or discussion for it in https://github.com/ory/k8s/ ? Also tagging @worried-kitchen-94392 our k8s expert 🤗
w

worried-kitchen-94392

12/17/2021, 9:15 AM
The log you send is actually not an error, but info. We support multiple db types and this just informed you that a different db type has need found and SQLite has been skipped. Or do you have some errors after that?
Plus, for all helm related problems we have a dedicated channel #self-hosted
🙏 1
Splitting the deployment and courier specs was also planned, but feel free to drop us a issue, or even pr :P
c

clever-caravan-61378

12/17/2021, 4:20 PM
Thank you guys!
🙏 1
3 Views