ignored in .env UPLOAD_LOCATION=/uploads #14412
Replies: 7 comments 5 replies
-
Could you provide your container startup logs? Specifically entries with |
Beta Was this translation helpful? Give feedback.
-
immich_server | [32m[Nest] 7 - [39m11/30/2024, 9:39:43 AM [32m
LOG [39m [33m[Microservices:StorageService] [39m [32mVerifying system
mount folder checks, current state:
{"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
[39m
immich_server | [32m[Nest] 7 - [39m11/30/2024, 9:39:44 AM [32m
LOG [39m [33m[Microservices:StorageService] [39m [32mSuccessfully
verified system mount folder checks [39m
immich_server | [32m[Nest] 17 - [39m11/30/2024, 9:39:44 AM [32m
LOG [39m [33m[Api:StorageService] [39m [32mVerifying system mount folder
checks, current state:
{"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
[39m
immich_server | [32m[Nest] 17 - [39m11/30/2024, 9:39:44 AM [32m
LOG [39m [33m[Api:StorageService] [39m [32mSuccessfully verified system
mount folder checks [39m
…On Sat, Nov 30, 2024 at 8:48 AM System Tester ***@***.***> wrote:
Could you provide your container startup logs? Specifically entries with
[Api:StorageService]
—
Reply to this email directly, view it on GitHub
<#14409 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW7WB5EH7RYBUPSZ3TNPAS32DFUVDAVCNFSM6AAAAABSYHHFTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBYHA3TKMRXGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you post the output of |
Beta Was this translation helpful? Give feedback.
-
Any news ? |
Beta Was this translation helpful? Give feedback.
-
This seems to be running with the right mount as you expect. In which way do things look wrong to you? |
Beta Was this translation helpful? Give feedback.
-
In the app, it says:
Storage space
178,8 MiB of 3,9 GiB used
but:
***@***.***:~# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 795M 1.7M 793M 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 12G 7.3G 3.4G 69% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sda2 2.0G 95M 1.7G 6% /boot
/dev/sdb1 295G 28K 292G 1% /uploads
tmpfs 795M 12K 795M 1% /run/user/1000
and also:
***@***.***:/uploads# ls -la
total 24
drwxr-xr-x 3 root root 4096 Nov 30 09:24 .
drwxr-xr-x 24 root root 4096 Nov 30 09:24 ..
drwx------ 2 root root 16384 Nov 30 09:24 lost+found
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virusfri.www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Thu, Dec 12, 2024 at 9:13 PM bo0tzz ***@***.***> wrote:
184 │ "Mounts": [
185 │ {
186 │ "Type": "bind",
187 │ "Source": "/uploads",
188 │ "Destination": "/usr/src/app/upload",
189 │ "Mode": "rw",
190 │ "RW": true,
191 │ "Propagation": "rprivate"
192 │ },
This seems to be running with the right mount as you expect. In which way
do things look wrong to you?
—
Reply to this email directly, view it on GitHub
<#14412 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW7WB5F2LDPX7S3U26P7G4L2FHU7TAVCNFSM6AAAAABSY3HMXKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJUHEYDCOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The bug
I 've edited .env with:
UPLOAD_LOCATION=/uploads
and did the
docker compose up -d
But immich is still using defaults
I've tried on fresh install and one that was allready running default.
The OS that Immich Server is running on
Ubuntu 24.04.1 LTS server
Version of Immich Server
Latest
Version of Immich Mobile App
v1.121.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1.following the guide for install
2.
3.
...
Relevant log output
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions