Updated my Install and my Dashboard reset
I ran a Docker Compose Pull last night on my Homarr container. When it came back up, instead of showing my usual dashboard it was showing the update screen as if I hadn't already moved to the refreshed version of Homarr. I don't have the update key anymore since I saved it on a notepad temporarily months ago and had deleted it, but I still have the zip file backup you were supposed to make for the transfer.
14 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?
Thanks for posting. Please provide the following
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
Out of the house this second, I'll do that as soon as I get back to my keyboard.
Beside finding the cause for the data loss, you should be able to simply remove the checksum file (in the zip archive) and then you should be able to skip the token modal, however it won't import any of your integrations / users, which you'll need to setup again
Alright, should be able to get all the information you need now, but I'm a little unsure of the command to generate the logs.
I think you don't really have to send logs, as you only have the onboarding screen they are not necessary. But can you post your docker compose file (remove everything that is sensitive like encrytion key / secrets
This is the one for the old version (0.15.10), you said your new one reset, right? If so post the compose of the new one, so we can find out what is wrong in your configuration and caused the reset
Okay yeah, what I thought. Your volumes are incorrect, we changed from having 3 volumes to only one in 1.0, see https://homarr.dev/docs/getting-started/installation/docker#installation
Now we only have /appdata
I've previously been able to run the new version of Homarr with that same YAML Code with no issues though. Why do you think that may be the problem?
Running doesn't equal persisting your data
When you update you have to delete the container. Anything that is not persisted will get deleted.
Hence it reset after you updated.
Well shoot, guess I'm SOL then? :/