Trying to store thumbs on another device than main images, but can't get it to work
Hi,
I'm trying to follow this (https://immich.app/docs/guides/custom-locations/) documentation page, to move thumbs and the other "fast needed" storage to a locally mounted block volume. I have my main images on a rclone mounted SFTP drive at
However immich keeps complaining that it can't find the thumbs folders. I'll put some useful info below:
docker-compose.yml and .env: https://bpa.st/IC2Q
Error log:
A command that shows there is definitely a file there:
Not sure what I'm doing wrong. Also I can't seem to bash into the container to do an ls from there.
I'm trying to follow this (https://immich.app/docs/guides/custom-locations/) documentation page, to move thumbs and the other "fast needed" storage to a locally mounted block volume. I have my main images on a rclone mounted SFTP drive at
/mnt/hetzner_storage_box/immich-library, and trying to move the thumbs to a locally mounted block volume /mnt/block_volume/immich.However immich keeps complaining that it can't find the thumbs folders. I'll put some useful info below:
docker-compose.yml and .env: https://bpa.st/IC2Q
Error log:
A command that shows there is definitely a file there:
Not sure what I'm doing wrong. Also I can't seem to bash into the container to do an ls from there.