Immich will cache files for upload even if there is not enough space left on the disk #7485

Closed
opened 2026-02-05 13:04:54 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @afinn-s on GitHub (Oct 10, 2025).

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

Immich is caching files for upload even though there is not enough disk space to do so, which completely breaks sync. Unfortunately when Immich is this state, the logs will also not export, with a lot of other functions of app not working either.

The OS that Immich Server is running on

Arch

Version of Immich Server

v2.0.1

Version of Immich Mobile App

v2.0.1 build.230

Platform with the issue

  • Server
  • Web
  • Mobile

Device make and model

iPhone 12

Your docker-compose.yml content

Default

Your .env content

Default
(exception of DB location and upload location)

Reproduction steps

  1. Have a mobile device at about max capacity
  2. Try to backup a file much larger than the disk

Relevant log output


Additional information

No response

Originally created by @afinn-s on GitHub (Oct 10, 2025). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug Immich is caching files for upload even though there is not enough disk space to do so, which completely breaks sync. Unfortunately when Immich is this state, the logs will also not export, with a lot of other functions of app not working either. ### The OS that Immich Server is running on Arch ### Version of Immich Server v2.0.1 ### Version of Immich Mobile App v2.0.1 build.230 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Device make and model iPhone 12 ### Your docker-compose.yml content ```YAML Default ``` ### Your .env content ```Shell Default (exception of DB location and upload location) ``` ### Reproduction steps 1. Have a mobile device at about max capacity 2. Try to backup a file much larger than the disk ### Relevant log output ```shell ``` ### Additional information _No response_
Author
Owner

@mmomjian commented on GitHub (Oct 10, 2025):

This is something that should typically be handled by monitoring on your server. Running out of free space will make almost all server deployed projects break.

@mmomjian commented on GitHub (Oct 10, 2025): This is something that should typically be handled by monitoring on your server. Running out of free space will make almost all server deployed projects break.
Author
Owner

@mmomjian commented on GitHub (Oct 10, 2025):

Or by disk do you mean the phone storage filling up? We already have an issue open for that.

@mmomjian commented on GitHub (Oct 10, 2025): Or by disk do you mean the phone storage filling up? We already have an issue open for that.
Author
Owner

@afinn-s commented on GitHub (Oct 10, 2025):

Or by disk do you mean the phone storage filling up? We already have an issue open for that.

Yes that’s what I meant. And this differs from the other issue. My problem wasn’t the Immich app growing permanently (if this is the issue your referencing), it was the Immich app attempting to cache a 5gb video for upload even though there was 1gb left on phone storage

@afinn-s commented on GitHub (Oct 10, 2025): > Or by disk do you mean the phone storage filling up? We already have an issue open for that. Yes that’s what I meant. And this differs from the other issue. My problem wasn’t the Immich app growing permanently (if this is the issue your referencing), it was the Immich app attempting to cache a 5gb video for upload even though there was 1gb left on phone storage
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#7485