HomarrH
Homarr8mo ago
7 replies
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'

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'

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
In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0.
Was this page helpful?