Increase storage after portainer stack install.
Hello,
This very well be my limitation towards ubuntu, so apologies in advance.
I just installed immich via portainer using the stack method in docs [[https://documentation.immich.app/docs/install/portainer]. It worked fine & I was able to login.
I selected /home/immich as the upload location under the .env variable & the dashboard in immich is showing I have ~100GB of total space while my SSD is ~400GB [nothing else is installed on the ssd except for ubuntu server + portainer + immich]. I have hunch this is got to do what I selected my "upload directory" as within /home/immich.
Any guidance on how to use close to full space for immich?
Thanks.

1 Reply
I was able to solve this by reclaiming the size from the root file system (100% butchering the logic here as I don't know linux filesystem) following this tutorial:
https://packetpushers.net/ubuntu-extend-your-default-lvm-space/
Packet Pushers
Ubuntu: Extend your default LVM space - Packet Pushers
POV: You’re a sysadmin who set up a one-off Linux machine for an app you needed, and now it’s out of disk space. You originally spun up a VM, installed a recent Ubuntu OS, and just hit Next, Next, Finish through the guided install. Linux is not your bread-and-butter, you usually deal in Windows, and […]