Unable to load feature flags
Unable to load feature flags
I get this message right after log in within umbrel. I upgraded to v1.77.0 with the hope it recovers, rebooted, and the problem persists.
It might have happened after a power cut, but it does not recover by itself.
umbrel@umbrel:~ $ ps ax | grep immich
21268 ? Ss 0:01 tini -- /bin/sh start.sh immich
21523 ? Sl 0:29 immich_server
22596 ? Sl 2:18 immich_microservices
25291 pts/0 S+ 0:00 grep --color=auto immich
umbrel@umbrel:~ $
I have seen that others have reported this issue and decided to reinstall, but I have already a huge set of 100k+ photos that I would not like to upload again.
Any clues how to debug that?

2 Replies
Is the database running? If so back it up
That contains all the data for your library
umbrel@umbrel:~/umbrel/app-data/immich $ docker exec -t immich_postgres_1 pg_dumpall -c -U postgres | gzip > ../../../immich_postgres.zip
umbrel@umbrel:~/umbrel/app-data/immich $ ls -l ../../../immich_postgres.zip
-rw-r--r-- 1 umbrel umbrel 136 Sep 7 20:41 ../../../immich_postgres.zip
umbrel@umbrel:~/umbrel/app-data/immich $
Does it mean that the database is empty or did I do the dump somehow wrong?