[BUG] Foreground and Background Uploads Don't work on IOS #4009
Replies: 5 comments 17 replies
-
@pray4tre The background upload works, but it heavily depends on the scheduler of iOS when it can run, and we don't have control over this. Usually, when the phone is not plugged it, the scheduler allows the background task to run every 10 or so minutes, and it can run around 30 seconds or so before getting killed by the OS. The frequency of when the background task can run also depends on the user's usage behavior and how other apps are being used. I advise you use foreground upload for initial bulk upload and use background upload for incremental upload after ward. |
Beta Was this translation helpful? Give feedback.
-
If thats true... why does it never upload, for days on end. Both plugged in and not? |
Beta Was this translation helpful? Give feedback.
-
So I made sure only Immich was selected. It took over an hour but it finally attempted to run the upload job. |
Beta Was this translation helpful? Give feedback.
-
Just got another "Backup Error: Failed to backup assets. Retrying..." Do you think it matters that I am connecting through nging reverse proxy manager? |
Beta Was this translation helpful? Give feedback.
-
I open an issue for tracking here #4020 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
I attempted Immich months ago and stopped because I got so frustrated that IOS background and foreground uploading never worked. Hoped by now this issue was fixed and I see its not. I was on an Iphone XS Max months ago and now I'm on a 13 Pro, still same issue.
I have background app refresh turned on in settings for WIFI and Cellular and its enabled on Immich.
I have both Automatic background backup with only while charging disabled as well as foreground backup turned on.
I can take photos(s)/video(s) and days later its never uploaded. But once I open the App... it uploads.
How has this issue not been solved yet?
The OS that Immich Server is running on
Ubuntu, docker
Version of Immich Server
1.77
Version of Immich Mobile App
1.76 build.116
Platform with the issue
Your docker-compose.yml content
Your .env content
UPLOAD_LOCATION=/mnt/share/treshare/Trecloud/Media/immich2 IMMICH_VERSION=release TYPESENSE_API_KEY=some-random-text DB_PASSWORD=E7D^ba49!%bnvKanQUvfW2MAX DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions