HomarrH
Homarr7mo ago
21 replies
Nicole ニコール

1.30 update resets Homarr

Current docker compose:

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
      - /opt/docker/homarr/configs:/app/data/configs
      - /opt/docker/homarr/icons:/app/public/icons
      - /opt/docker/homarr/data:/data
    ports:
      - '7575:7575'
    environment:
      - SECRET_ENCRYPTION_KEY=mysupersecretkey
image.png
Solution
You did not follow the migration guide correctly:
https://homarr.dev/blog/2025/01/19/migration-guide-1.0

Hence, Docker did not persist your data and it was reset.
In this guide, we will show you how to migrate from Homarr 0.15.10+ to 1.0.0.
Was this page helpful?