alittlebee
IImmich
•Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
My Immich docker uses
/mnt/storage/immich
as UPLOAD_LOCATION
and I would like to change it to /mnt/storage/containers/immich
.
When I tried mv /mnt/storage/immich /mnt/storage/containers/immich && docker compose down && docker compose up -d
, I had this 2 errors:
- Error 1: https://discord.com/channels/979116623879368755/994044917355663450/113450582713121590
- Error 2: https://discord.com/channels/979116623879368755/994044917355663450/1134443627528073306
Then I found the Backup and restore guide
https://documentation.immich.app/docs/administration/backup-and-restore#database
and it seems like I have to create a new Immich empty instance to restore. How can I do this the simpliest way?13 replies
IImmich
•Created by alittlebee on 7/31/2023 in #help-desk-support
Immich generates a new UUID name instead of persisting the original file name when upload via CLI
Following this conversation https://discord.com/channels/979116623879368755/1131687909796347944/1131869864869515345, it seems like I have some issue with my Immich setup.
I ran this command and all files are renamed to generated UUIDs.
1 replies
IImmich
•Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Following these messages
https://discord.com/channels/979116623879368755/994044917355663450/1131786157361999972
https://discord.com/channels/979116623879368755/994044917355663450/1131862468034035764
I was not able to upload large files via CLI Bulk upload. The file I have isolated is a
MOV
file 2.5Gb in size. When I tried with immich-proxy
port as a temporary solution, it works, but not when I use Traefik. Since this is a reverse proxy problem, my phone likely suffers from the same issue.48 replies