I
Immich5mo ago
THJ

Migrating from Nextcloud. Some issues.

Fresh docker installation. I have migrated over 130.000 images from folder that I used in Nextcloud using cli import command. It took a while and now it still doing tasks like creating thumbnails and other detections. I have started with upload from my phone which I hoped will skip all identical files that were already synced, but it did not. It created the same filename, just added +1. Looking at files size it is identical, but its MD5 hash isn't. I have made screenshot from compare. So I stopped with sync and are stuck at what to do. I wish to keep the images from phone also in sync. What would happen if I delete the +1 files manually from the folder? Maybe worth to mention as seperated issues that I had. Used --delete paramater at cli upload command, but it failed to delete the files from source folder as it had no rights to delete them. CLI application crashed with permission error. But when I reran it, it sayed all files were already imported and it did not delete from source what was already imported.
No description
7 Replies
Immich
Immich5mo ago
:wave: Hey @THJ, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed. Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
Zeus
Zeus5mo ago
Hello, these files are not identical as the binary content differs as you show In no circumstance can you manually edit or delete any files from UPLOAD_LOCATION You can let the sync complete then try the immich built in duplicate finder
THJ
THJOP5mo ago
I did not delete anything from UPLOAD_LOCATION. So duplicated finder might detect this two files as the same image?
Zeus
Zeus5mo ago
Yes but you would need to go through and mark for deletion, it will walk you through each match
THJ
THJOP5mo ago
I wonder who made changes to the files that were synced from phone. Might be Nextcloud client. Is it possible to tell Android client to sync only new photos and not old ones?
Zeus
Zeus5mo ago
No, we don’t support that unless you manually make albums containing new files etc Immich will do its best to upload the file as byte identical as the phone
THJ
THJOP5mo ago
Based on hash I am guessing. Which in my case is not the same due to those small changes. I will try to move all photos to some other folder on my phone and keeping "Camera" folder empty. Or maybe I can change location of new photos in photo app and sync that folder only. Was not able to find a way to change Camera folder. So I am moving all 4000 pictures and videos from Camera to Camera.old folder. All new images will go to Camera and I will sync them as new. You think this is proper way? I can still browse all images from Camera.old on my phone.

Did you find this page helpful?