-
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
anyway to migrate from docker-immich to docker-compose? #354
Comments
You just need to add |
@martabal Hi, thanks for your quick reply. If I understand correctly, I should add After do that, the immich seems works well, but the issue raised in repair page let me a little annoy, the photos in |
And I'm concerned that this migration will pollute the database, since the older photos will be recorded with path
|
Have you already uploaded assets with the docker-compose.yml ? |
sorry I have a little confusion, what the upload do you mean? I have mount the /photos folder (copied from my previous device and all assets are included here) to docker-compose immich, is this the upload you refer?
发件人:"martin" ***@***.***>
发送日期:2024-05-04 15:12:42
收件人:"imagegenius/docker-immich" ***@***.***>
抄送人:
主 题:Re: [imagegenius/docker-immich] anyway to migrate from docker-immich to docker-compose? (Issue #354)
Have you already uploaded assets with the docker-compose.yml ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sorry, what I mean is have you uploaded assets after migrating from the AIO docker image to the official docker images ? |
yes, i had tried to upload, the newly uploaded photos (here i mean i upload new photos, not the photos migrated from the old device) seems be treated well, it can be generated thumbnails, and can be previewed or downloaded. im just concern pollute the database. |
Weird, just adding |
I'm pretty sure the offline path and untracked file errors not exist before migration, but the offline path can still be previewed and downloaded. I refer my docker-compose.yml file as following:
|
Hi, guys, I think maybe I have found the most elegant solution w/o full of offline paths or untracked files.
|
Recently, I try to migrate from docker-immich to docker-compose, I map the /photos folder in docker-immich to /usr/src/app/upload/ in docker-compose version. But i found all the photos are unlinked and become into untracked files:
I guess in docker-immich's database, the uploading folder point to /photos, but in docker-compose's database, the uploading folder point to /usr/src/app/upload.
But i have no idea to slove this, i notice there is a issue about migrating from docker-compose to docker-immich #12 , i'm wonder if possible to migrate from docker-immich to docker-compose version?
The text was updated successfully, but these errors were encountered: