homerr beta v1.0.0-beta.12 failing to start via docker

This is a fresh install, i currently have it setup to use a external database (according to .env.example) ive made sure all the env variables was correct, even went in the docker and made sure the docker can access/ping the database. here's the log file. Log (See below) Operating system (Unraid) Exact Homarr version (v1.0.0-beta.12) Configuration (docker) Other relevant information (brave browser)
Solution:
I think you are missing the env variable for DB_DIALECT. You habe to set it to mysql
Jump to solution
10 Replies
Cakey Bot
Cakey Bot2w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Meierschlumpf
Meierschlumpf2w ago
Hey, can you share the env variables (redact secrets) that you used to configure it?
Alacard
AlacardOP2w ago
No description
Solution
Meierschlumpf
Meierschlumpf2w ago
I think you are missing the env variable for DB_DIALECT. You habe to set it to mysql
Alacard
AlacardOP2w ago
ah that was not in the .env.example ill add it and give it a try
Meierschlumpf
Meierschlumpf2w ago
Yes it's not in .env.example, because it's only needed for the migration step in docker. It's also added in the unraid template that Manicraft did. It's not fully released yet but should work: https://github.com/manuel-rw/unraid-templates/blob/config/update-homarr-to-1.0/templates/homarr/homarr.xml
GitHub
unraid-templates/templates/homarr/homarr.xml at config/update-homar...
Contribute to manuel-rw/unraid-templates development by creating an account on GitHub.
Alacard
AlacardOP2w ago
it started with that env added. with some errors in log but at least the page load and dont get error 500 no more
Meierschlumpf
Meierschlumpf2w ago
Yes I also saw that error when starting on my site about 20 minutes ago. I'll investigate later. But I think this issue is fixed then
Alacard
AlacardOP2w ago
k thank you for the help

Did you find this page helpful?