-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
bug: Switched from SQLite to MySQL (Maria) and now crashes #2304
Comments
MariaDB has not the same Syntax of commands like Mysql, so you can either use Mysql or wait until our ORM and later we release support for MariaDB. |
@Meierschlumpf ouch, ok thanks. I was always under the impression that MariaDB was (mostly) a drop in replacement for mysql. I've never had any issues (thus far) with other software that uses MySQL. Any idea on a timeline that Maria might be supported? it's used by a ton of ppl, lol |
P.S. little teeny bug also shown in the Homarr version screenshot above in the version compare. It says there's a new version compared to the current version, but both show 1.5.0. ;) |
See the roadmap of the ORM we are using. Can't give you a specific estimate, but they say they are at 75% |
Any way I can get some sort of notification when it's available? For now I'm just gonna put homarr on the backburner and forget about it until then. |
Probably best to create a new issue just for that as feature request and then you can subscribe to it |
Created the issue: #2305 |
@Meierschlumpf ty! |
Can we close this issue as a duplicate of #2305 ? Or why did we create a new issue for this? |
Describe the bug
Environment
Docker
Version
latest as of this post
Describe the problem
Per the title, fresh default install (sqlite) seemingly went fine (no errors); switched to MariaDB, and the log now looks like this:
Also, when navigating to any other page, I get this:
The initial db migrate did seem to populate the MySQL db, so it seems the connection itself shouldn't be the problem.
Running this in docker swarm, here is my Compose:
Expand
Logs
No response
Context
No response
Please tick the boxes
Steps to reproduce
It's wonky from there on. Sometimes it appears to load normally in the browser, but then you click things and it acts up. White pages, errors, etc.
Impact
Becomes unusable.
Additional information
Originally posted here: ajnart/homarr#2274 (comment)
MariaDB Info:
Homarr version:
Version
1.5.0
Installation method
Docker Compose
Browser
Brave
The text was updated successfully, but these errors were encountered: