Migration issue.

Migration went fine. Then I deleted container and image to pull fresh image (1.5) and there was no board. My board is gone. I do have the original zip from the migration export. How can I get my board imported again.
9 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?
Sid6Niner
Sid6NinerOP2w ago
#---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr1 image: ghcr.io/homarr-labs/homarr:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration # - ./homarr/appdata:/appdata - /volume1/docker/homarr/appdata:/appdata environment: - PUID=1028 - PGID=100 - TZ=America/Chicago - SECRET_ENCRYPTION_KEY=blahblahblah # <--- can be generated with openssl rand -hex 32 ports: - '7575:7575' network_mode: synobridge Ya know what's odd I can see all my integrations and apps in the backend but my board itself is missing so everything is technically there accept the board I set up
Manicraft1001
Manicraft10012w ago
!qa leaked_secret_key
Cakey Bot
Cakey Bot2w ago
Our team noted that at least one of your messages contains a secrets encryption key used in Homarr. As documented at the installation docs, the secrets encryption key is a cruicial key that will be used to encrypt your data. By posting this key you compromised part of your security and we strongly recommend you to change it, since malicious acters could gain access to your integration passwords, usernames and tokens by decrypting your database if they gain access to said database. To do this, update the secrets encryption key variable. Doing so will break all integrations and you must manually re-enter the secrets again. To avoid such problems in the future, please always remove the encryption key when posting online. The Homarr team will never ask you for any passwords or the secrets encryption key.
Manicraft1001
Manicraft10012w ago
I saw that you changed it afterwards -> it may still be compromised and I recommend you the actions above. Let me quickly read through what you posted... 🕙
Manicraft1001
Manicraft10012w ago
Did you check this toggle when you exported in the old version (0.15.10)?
No description
Sid6Niner
Sid6NinerOP2w ago
yes and I have that export I did find a way to import boards from pre-1.0 in the new build. I imported the json and it somewhat worked. I am just rebuilding the board at this point.
Manicraft1001
Manicraft10012w ago
1.0 doesn't support JSON. What did you mean by "I imported the json"? Yes, rebuilding may be faster at some point, if you didn't have much on 0.15.10
Sid6Niner
Sid6NinerOP2w ago
It's all resolved. Just a pihole integration issue I will search for that before I drop a post. This post can be closed.

Did you find this page helpful?