-
-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL migration can't be applied #778
Comments
There is an sqlite image, |
@zepatrik thank you. I see, but it isn’t obvious. I thought that image with postfix “sqlite” it is something for sqlite and it shouldn’t be used for instance for postgresql. One of the way is to do quick fix for instance try to handle that type of errors and skip it with some logs about it. This will help people avoid stuck at the same problem and might no spend times to figure out in what’s going there... |
I am getting the same issue from the I was following the instructions on the get started flow, and got the same error without using sqllite
|
This is resolved on master and will be released today. In the meanwhile, use |
The release is now in the pipeline! |
@aeneasr 👍🏼 Thank you |
@aeneasr thank you!!!! |
@aeneasr
I run the following from just pulled kartos repository:
And got the error from migrations and kratos containers:
Thanks for making this stack. |
@pereslava Hi |
@suquant |
Looks like this is still an issue with 0.5.2 |
Skips sqlite3 migrations when support is lacking. Closes #778
@pereslava That's what I'm talking about it's a bit confusing... Hope it will be fixed soon |
Describe the bug
SQL migration can't be applied.
Reproducing the bug
I suppose the official image oryd/kratos:v0.5.0-alpha.1 was built without a flag "-tags sqlite".
Could someone push a new image with the support of "sqlite" since it is mandatory?
Thank you.
The text was updated successfully, but these errors were encountered: