Upgrading from 0.16 to 1.0
i found the documentation on upgrading to 1.0 and when going to the "Migrate to 1.0" page i am able to get an encryption key to decrypt my zip file, but the zip file doesnt download. i believe this is because i host homarr on a container. any recommendations on what to do ?
Solution:Jump to solution
Hmm okay, if you don't need them anymore I would suggest to delete those which don't have the name of your dashboard or move them to another directory and then try to export again
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?
Hi @Wafflez , can you show us some screenshots of how the ZIP isn't downloading? This shouldn't happen just because you use containers.
Also please provide the information as requested from the bot
Theoretically it is just calling an api endpoint with the token, so you could also try
https://link-to-your-instance/api/migrate?token=your-token (open this in the browser while you are signed in)
Just be sure that the token is not to old as it expires after 5 minutes
no problem:
OS: Ubuntu 22.04.5 LTS
homarr version: 0.16.0
config: container, k8s


im not cancelling the download. i cant show this due to the snippet app acting weird but the download states:
Interrupted: server problem
Okay it seems like one of your boards configuration is broken and not valid json
would this break due to an update ? previously ive just logged into admin and made a board via the UI.
ive updated homarr maybe once since then
No theoretically it should not as it's using JSON.stringify to create valid json.
Can you check your mounted configs directory?
So you only have one board?
yes only one board with homarr mounted on my hostPath

Oh and what are those undefined.json and integration.config.json files?
it seems im using the undefined.json or default.json. ive never made another board which is weird. also weird that root has ownership of undefined.

Solution
Hmm okay, if you don't need them anymore I would suggest to delete those which don't have the name of your dashboard or move them to another directory and then try to export again
yep that worked, thank you!
Okay nice, you're welcome 😉