Backup Stopping
After upgrading to 2.0.0 (and now 2.0.01), back ups will just randomly stop. Video attached below it will go up and down for a minute and then just completely stopped like in the video
turning off hard work acceleration based on this github post that matched my log errors seems to fix the issue? Not sure why, though considering I'm turning off hard work, acceleration and video transcoding, and the issue doesn't seem to be related?
https://github.com/immich-app/immich/issues/11247
Maybe im just stupid, then be the issue isn't actually fixed and it just hasn't happened since.
the only error I could find in the log is this:
[Nest] 7 - 10/05/2025, 12:00:59 AM ERROR [Microservices:{"id":"f9702a9d-1385-4e7e-ae1e-50151b595b9f"}] Unable to run job handler (AssetGenerateThumbnails): Error: Input file has corrupt header: magickload: Magick: ImproperImageHeader `/usr/src/app/upload/upload/6e93f42f-7a54-49e2-a91a-70974e830c89/9f/e8/9fe8044f-9886-4cb6-8a19-0e2c94b5beb9.JPG' @ error/tga.c/ReadTGAImage/221 (null) immich
someone tell me that I'm being stupid and what to fix
5 Replies
:wave: Hey @Jona,
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.
[Issue] import HEIF photo failure on 1.109.x immich server (immich-app/immich#11247)Some more information. If I totally delete the app and re-download it, it will work for a certain amount of time before doing the same issue. The Number said it stopped at seemed to have no pattern. If they really are corrupted headers then that shouldn't really stop the whole upload process, right? Also, everyone of these files has already been successfully uploaded, but I'm trying to make it so it knows that on the iPad.
I am on a Windows computer, its in docker desktop. 5900x, 16gb of ram dedictaed to docker, gtx 1070.
all the other logs are positive, there's really nothing other than the successful initiation logs, and that one error. I have an SSD and the hard drive with the actual library on it
let me know if any more information is needed, but I think I've covered just about everything I can provide
Just my 5 cents, try to free up a bit more space on ios, and reopen the app after it stops, possibly it tries to fetch full version of media from icloud to backup and/or compare hashes/checksums.
-----
I experienced similar behavior, had full ios lib backup, updated server and app to v2, ios app thought nothing is backed up and local asset hash count wasn't updating.
Only after reinstalling the app it started to see that some amount is already uploaded, but stopped at random. If I reopen the app - count will keep going down, but will stop again.
I have narrowed it down to be due to assets that has to be downloaded from icloud, but due to low free space (comparatively), app is only able to fetch few of them until it give ups.
Cleaning a bit more free space lead to a faster process with bigger chucks between reopening the app.
Thank you for the suggestion, unfortunately not applicable. I’m at 207gb free out of 256. I would highly doubt that that’s causing an issue. After disabling hard work acceleration though I can confirm I have successfully uploaded 40,000 without it crashing once.
I also experienced the same thing with the app restarting that seems to be gone in 2.0.1, but either way, shouldn’t be happening.