Closed malconsei closed 8 months ago
To add further clarification, I just tested from backups, it's the upgrade from 1.95.0 to 1.95.1.
So the question becomes, were the files untracked previously and only being brought to our attention now, or have the files BECOME untracked?
Do the untracked files belong to archived assets?
Do the untracked files belong to archived assets?
Personally, I can check in 12 hours.
I've never willingly archived anything, but last week I did notice some archived images - I dismissed the episode as some clumsy tapping on the ui from my end. I don't remember if by any chance they were the same pics. After notifcing I've unarchived them, so I'm pretty sure nothing was archived yesterday at the time of the upgrade.
I have over 800 untracked (mostly upload) but in upload there is only empty folders. I deleted all folders from upload but still the same number of untracked.
Do the untracked files belong to archived assets?
You're right @michelheusschen, they were archived, so this is a duplicate of #7333 . Thanks! (As for my previous answer, I probably misremebrered unarchiving them.)
The bug
I upgraded as per instructions from 1.94.1 to 1.95.1 (with postgres superuser) and everything ran smoothly. I then went to the Repair page and found 15 untracked images (5 in
library/admin
and 10 inthumbs
), which I'm sure weren't reported a few days ago. I checked the db backups, and those images were still referenced in theassets
table, even in the latest table dump that I've taken right before the upgrade. Turns out the 10 untracked snapshots were of the 5 untracked images.A line from the untracked list:
And its excerpt from the db dump:
I'm not familiar enough with the schema and the untracked detection logic to tell if there are other checks playing a role. If needed I can dig deeper in the db dump.
As a note, my library (but not the thumbnails) are mounted from b2/s3 via rclone.
The OS that Immich Server is running on
nixos 23.11
Version of Immich Server
v1.95.1
Version of Immich Mobile App
v1.95.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response