H
Homarr3mo ago
Davie

New homarr volumes vs old

Hello everyone, if i switch to the new homarr version:
services:
homarr:
container_name: homarr
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
environment:
- SECRET_ENCRYPTION_KEY=6b2623acc13d8728294f791a02fe34f4f64f90e4e5cd22c4774ec62016bd4281
ports:
- '7575:7575'
services:
homarr:
container_name: homarr
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
environment:
- SECRET_ENCRYPTION_KEY=6b2623acc13d8728294f791a02fe34f4f64f90e4e5cd22c4774ec62016bd4281
ports:
- '7575:7575'
from the old one:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- Config:/app/data/configs
- Icons:/app/public/icons
- Data:/data
ports:
- '7575:7575'
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- Config:/app/data/configs
- Icons:/app/public/icons
- Data:/data
ports:
- '7575:7575'
Will my current settings and layout migrate over? thanks Log: `Exporting hostname... Migrating database... yarn run v1.22.19 $ tsx ./migrate.ts Done in 0.38s. Starting production server... Listening on port 7575 url: http://373aa5327b1c:7575 Exact Homarr version: v1.22.19 from what i can tell Operating System: Ubuntu Config: Already shared
Solution:
And no, your data will not be migrated that way. It will be lost. See https://homarr.dev/blog/2025/01/19/migration-guide-1.0
Migrate from 0.15.10+ to 1.0.0 | Homarr documentation
In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0.
Jump to solution
5 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
!qa leaked_secret_key
Cakey Bot
Cakey Bot3mo 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. Manually removing it after posting does not fix your issue since automated bots can and will scrape messages for leaked data. 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.
Docker | Homarr documentation
Docker is our recommended installation method for beginners and professionals.
Solution
Manicraft1001
Manicraft10013mo ago
And no, your data will not be migrated that way. It will be lost. See https://homarr.dev/blog/2025/01/19/migration-guide-1.0
Migrate from 0.15.10+ to 1.0.0 | Homarr documentation
In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0.
Davie
DavieOP3mo ago
thanks

Did you find this page helpful?