-
-
Notifications
You must be signed in to change notification settings - Fork 1
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] [Unraid] Problems with using MariaDB as Database #3
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
@Floppy is this an issue you're aware of with mariadb that requires any different/additional init steps? I'm seeing the same |
No, I wasn't aware, but it's definitely a Manyfold bug; I'll investigate. |
I've got this replicated locally, so yep, I'll take care of it. |
Just released a fix for this (and another MariaDB issue I found at the same time) in v0.74.2. The linuxserver robots should get a build out soon for you; I hope it gets things up and running! |
I experience the same error on a new configuration with a fresh mariadb in v0.74.2 |
Oh, that's not good. Same error, |
For me it's working now since updating |
I've installed it today for the first time, so I downloaded directly the latest image. The issue happens with mariadb and with sqlite too |
Hm, SQLite too implies a different error, and should have been caught in our test systems which use it. Could you post the output you see? |
|
I don't know if is related or I should open another issue, but I've seen in the logs that there is a complain about the missing secret key, but if I try to run |
Looks like something is broken with |
The correct command is (I'm not sure why (or if) rake secret worked before, but rails secret is the right way) |
OK, @AndreaPro the issue is indeed that your SECRET_KEY_BASE value is missing, it's not database related. We should probably move that to another issue (unless @thespad has already fixed it) and close this one, because the original issue seems to be fixed. |
You need to update your docs then :) |
LOL so I do! My bad! |
Done :) |
Yes, I've pushed a fix for the helper script that should sort out the secret generation. |
Is there an existing issue for this?
Current Behavior
Initial Database Setup fails when using MariaDB, so the container cannot be set up.
Expected Behavior
Successful setup using Mariadb
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: