Storage label change with storage templates disabled — does it have any effect? #28533
Unanswered
prashantmall1997
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Setup
I had been using Immich with a single user (
userA) who also had the admin role. By default,userAreceived theadminstorage label. Storage templates were disabled (default).What I did
I recently added a dedicated
adminaccount and:adminto the new admin accountuserAtouserAuserAThe goal was to separate daily use from administration.
Question
Since storage templates are disabled, I'm assuming this storage label change has no effect whatsoever on how files are stored on disk?
Checking my filesystem confirms:
/upload/{user-UUID}/— contains all data ✅/library/— emptySo it seems files are stored by user UUID regardless of storage label when templates are off. Is this correct? And if I were to enable storage templates in the future and run the migration job, would it then use the current storage label (
userA) to organise files — meaning the oldadminlabel is no longer relevant?Any clarification appreciated!
Beta Was this translation helpful? Give feedback.
All reactions