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:Jump to solution
I think you are missing the env variable for
DB_DIALECT
. You habe to set it to mysql
10 Replies
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?
Hey, can you share the env variables (redact secrets) that you used to configure it?
Solution
I think you are missing the env variable for
DB_DIALECT
. You habe to set it to mysql
ah that was not in the .env.example ill add it and give it a try
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.
it started with that env added. with some errors in log but at least the page load and dont get error 500 no more
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
k thank you for the help