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
Cakey Bot
Cakey Bot3mo 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?
Manicraft1001
Manicraft10013mo ago
Thanks for posting. Please provide the following !qa required_data
Cakey Bot
Cakey Bot3mo ago
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.
Betamax21
Betamax21OP3mo ago
Out of the house this second, I'll do that as soon as I get back to my keyboard.
Meierschlumpf
Meierschlumpf3mo ago
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
Betamax21
Betamax21OP3mo ago
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.
Meierschlumpf
Meierschlumpf3mo ago
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
Betamax21
Betamax21OP3mo ago
#---------------------------------------------------------------------#
# Homarr - A homepage for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/data:/data
- ./homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- '7575:7575'
networks:
media:
networks:
media:
external: true
#---------------------------------------------------------------------#
# Homarr - A homepage for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/data:/data
- ./homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- '7575:7575'
networks:
media:
networks:
media:
external: true
Meierschlumpf
Meierschlumpf3mo ago
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
Betamax21
Betamax21OP3mo ago
#---------------------------------------------------------------------#
# Homarr - A homepage for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/data:/data
- ./homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- SECRET_ENCRYPTION_KEY=(MAGIC NUMBERS AND LETTERS GO HERE)
ports:
- '7575:7575'
networks:
media:
networks:
media:
external: true
#---------------------------------------------------------------------#
# Homarr - A homepage for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/data:/data
- ./homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- SECRET_ENCRYPTION_KEY=(MAGIC NUMBERS AND LETTERS GO HERE)
ports:
- '7575:7575'
networks:
media:
networks:
media:
external: true
Meierschlumpf
Meierschlumpf3mo ago
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
Betamax21
Betamax21OP3mo ago
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?
Manicraft1001
Manicraft10013mo ago
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.
Betamax21
Betamax21OP3mo ago
Well shoot, guess I'm SOL then? :/

Did you find this page helpful?