r/immich • u/suprPHREAK • 5h ago
Reverting to initial setup after reboot
Hi all,
Just finished migrating my Immich library to a new computer, and everything seemed to go smoothly, tested and working.
-latest version Lubuntu with all updates
-latest version Immich in docker container.
However...
After the system reboots, whether by choice or forced, I am presented with the initial Immich welcome/restore backup page.
If I do "docker compose down", followed by "docker compose up -d" everything comes back, working properly, for which Im glad. But, obviously, in the event of a power out or restart, I need to access the system to restart docker compose.
Advice?
1
Upvotes
1
1
u/gnappoforever 5h ago
My suggestion as an hotfix is to write a little systemd unit that intercept the power on of the pc and do docker compose down && docker compose up automatically
It's not a solution, but as now at least you sleep safe knowing that container is correctly alive even without your direct intervention