I have
OS Version:TrueNAS-SCALE-24.04.2.5
and install App
Name: immich
App Version: 1.119.1
Don’t know what happened but I had to reboot,
After that the status is “Deploying” on the app immich
They won’t start.
When I ssh to the nas and go to library or video is empty!!
I don’t understand what happened.
Trying to find snapshop but can’t find anything.
I’m not sure how the “Apps” on SCALE work, but maybe everything under /mnt/<pool>/ix-applications/ is fair game of being pruned, deleted, or replaced when an application updates?
I’m pretty sure you’re not supposed to store files under the ix-applications dataset, but rather traditional user-created datasets.
How did you rule out snapshots? Do you not see any under the web UI?
I understand what you mean.
When you start installing an app eg immich
the default is
““ixVolume (Dataset created automatically by the system)””
But now after I chose it it feels very wrong.
In my case, all the images/videos are stored in the upload/ folder, not library/
root@truenas[/mnt/data/SMB/AppData/ix_immich]# ls -laR library | wc -l
5
root@truenas[/mnt/data/SMB/AppData/ix_immich]#
root@truenas[/mnt/data/SMB/AppData/ix_immich]# ls -laR upload | wc -l
36052
root@truenas[/mnt/data/SMB/AppData/ix_immich]#
Let’s approach this from a very basic standpoint and start by figuring out why the container is stuck deploying.
Can you run docker logs ix-immich-server-1 from CLI? If it’s stuck deploying, this will hang until it crashes and restarts, but you should get logs in relation to the failure.
Ah my bad, I’d misread the version you were on (>24.10 uses docker).
Can you copy and paste the logs you have directly as well as a screenshot of your app config?