New Immich container, How can I add all my media from previous Immich container?
Had a corrupt database where it wasn't able to show any of my picture/video immich so i removed the container; docker-compose down -v
How can I get immich to scan UPLOAD_LOCATION for prior existing photo and video?
10 Replies
You can't, you'll need to restore a backup of your database or use the CLI to upload the files again
Gotcha, so im trying to bulk upload.
Assuming UPLOAD_LOCATION IS /mnt/smbshare/Immich/
Why isn't this command not recognizing the path? I first tried the absolute path to the library and that didn't work either

ok i tried the path within the container, /usr/src/app/upload/library/admin... and get this error

I think we are fixing this error in the next release, for now you can initiate the command from
/usr/src/app
so just cd ..
and try againGetting no assets found running at /usr/src/app

Can you verify if there is any thing in that folder?
yeah it points to my nas

I have absolute path set

hmm doesn't seem like it recognize the upload location even though its valid

