-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline paths when migrating from original docker to AIO #433
Comments
Hello, the guide is out-of-date. IIRC, immich uses absolute paths now, adding a new volume mapped to |
Okay, thanks for the info. It makes more sense. I tried mapping the full path to /app/immich/server/upload but it didnt work still. The logs complain and says that a relative path wasnt found e.g. |
It's a bit sad that this monolithic build isnt 100% compatible with original docker build |
We made some deployment choices to make maintenance easier. We should update the migration guide, it should be straightforward and I don't understand why it does not work with your setup. |
@Ogglord Hey, I just wanted to check whether you have found a solution to your problem? I've been struggling here for a few hours with the same issue and just can't find a solution. |
I am running Unraid and I am trying to migrate from the official docker after importing my photos to that instance.
I have tried to follow the guide here with no effect.
I have also tried to map the volumes to
/photos
and/usr/src/app/upload
and even/app/immich/server/upload
since that is where immich seems to be looking.Setting the env variable
IMMICH_MEDIA_LOCATION=/photos
have no effect. No matter what I try immich still searches in/app/immich/server/upload/...
. The only explanation I can imagine is that a relative path in the Postgres database that is combined with the working directory of the immich executable...The text was updated successfully, but these errors were encountered: