I'm not prompted for the import when doing an install from scratch.
When doing a new install from scratch and trying to update to version 1.0.0 I am not prompted to do the import. After seeing the the welcome screen I am asked to create a new admin account which I do and then I cannot do the import.
12 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?
This is expected? You need to select the import option on the first page
I never see an import option
Can you post your compose file (remove sensitive informations)
The first page should look like this

yeah, one sec. I see this as the first page

Oh, then you are still on the old version. You can find the full migration guide here
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.
I did that and on port 7576 I never saw the import prompt
so I was trying from scratch
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/myhome/docker/homarr/appdata:/appdata
- /home/myhome/docker/homarr/configs:/app/data/configs
- /home/myhome/docker//homarr/icons:/app/public/icons
- /home/myhome/docker/homarr/data:/data
- /home/myhome/docker/homarr/imgs/backgrounds:/app/public/imgs/backgrounds
environment:
- SECRET_ENCRYPTION_KEY=<redactedkey>
ports:
- '7575:7575'
As you can see in the installation guide (linked in the migration guide) you need to change the image to the new repository at
homarr-labs/homarr
instead of ajnart/homarr
:
https://homarr.dev/docs/next/getting-started/installation/docker#installationDocker | Homarr documentation
Docker is our recommended installation method for beginners and professionals.
er, I was looking at the Migrate document you linked earlier
Thanks, I missed that. Not sure where I got the other container info.
All good 👍🏽
There we go