I
Immich10mo ago
Klucsik

multiple volumes or s3 buckets

Hey, I would like to store large amount of content on my immich service, but have smaller disk sizes on my k8s nodes. Can I attach multiple volumes (lets say 3 1TB volumes instead of 1 3TB volume) under the immich pod? Or add minio S3 buckets besides the main storage volume? Thanks for the ideas
5 Replies
Immich
Immich10mo ago
:wave: Hey @Klucsik, Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker compose ps docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy Checklist 1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: I have read applicable release notes. 3. :blue_square: I have reviewed the FAQs for known issues. 4. :blue_square: I have reviewed Github for known issues. 5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command. 7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) If this ticket can be closed you can use the /close command, and re-open it later if needed.
Zeus
Zeus10mo ago
Immich only supports docker volumes/mount points , not S3. In theory you can mount the library folder of different users to different devices, but this would all have to be handled manually by the admin You can use S3 but you have to handle mounting it on the host system. Immich isn’t optimized for object storage and the reads will be pretty high. At least 3-4x for each object just for ingest, currently
Klucsik
KlucsikOP10mo ago
So separate users have separate folders (which will change very infrequently) that sounds a workable solution
Zeus
Zeus10mo ago
If you setup the storage template, yes.
Klucsik
KlucsikOP10mo ago
If I can skip S3 that would be better. Thanks for the help, in the next week I think I'll start with the PoC on this. And if successful migrate from nextcloud. After the bloated PHP stuff, Immich is godsend 😄

Did you find this page helpful?