-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
v5.1 database migrations fail on MariaDB #1544
Comments
I can't seem to reproduce using mariadb:10.11 but I can probably make a fix for this. What version of MariaDB are you using? |
Hm, interesting. I've got |
Can you please try with the packages from https://github.com/Athou/commafeed/actions/runs/10735097320 (or the |
That change does seem to fix it, after I manually drop the new columns that got left behind in the failed migration (understandably so, since this database doesn't have transactional DDL). |
Thanks, 5.1.1 is being released https://github.com/Athou/commafeed/actions/runs/10736199856. |
After upgrading from 5.0.2 to 5.1.0 using MariaDB, the server crashes on startup due to an SQL error in migrations:
I think "false" is being passed to the database as a string, and that's not a valid integer (because MySQL/MariaDB treat bools as integers).
The text was updated successfully, but these errors were encountered: