Migrate to external library #22442
bihius
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Definitely interested in this. In my moving to Immich, I attempted to have my wife 2TB library sync via her iPhone (which did not work well), which resulted in having some stuff in the DB and the rest now in external library. I will attempt to give it a try this week. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I created a script that allows migrating assets from Immich’s internal
upload
folder directly into an External Library, bypassing the built-in migration function.What it does
upload
directory/mnt/external/
)asset.originalPath
column in PostgreSQL to reflect the new locationWhy
This approach makes it possible to:
Notes
UPDATE asset SET "originalPath" = ...
). This is not officially supported, but in practice it works reliably if done carefully.This could be useful for anyone who wants more control over their file organization and prefers to keep Immich as an indexer/viewer on top of an existing photo library structure.
Link to repo
Beta Was this translation helpful? Give feedback.
All reactions