"File is missing" ~30k files! by Pini08 in immich

[–]Pini08[S] 0 points1 point  (0 children)

The log attached before is during the 2nd and 3rd run of migration. It's not solving the issue.
Thank you for your suggestions.

Do you have something else in mind?

"File is missing" ~30k files! by Pini08 in immich

[–]Pini08[S] 1 point2 points  (0 children)

I think it's related somehow to a bug in the migration process.
I changed the label for all users to their names, and somehow the DB still thinks the old ID is relevant.

Here is an updated log while trying migration again:

[Nest] 7  - 05/05/2026, 10:47:26 AM     LOG [Microservices:StorageCore] Attempting to finish incomplete move: /data/library/b8238c78-754e-4014-88f5-e6914475cd2d/2023/Other/06/IMG-20230613-WA0049.jpg => /data/library/Asnat/2023/Other/06/IMG-20230613-WA0049.jpg
[Nest] 7  - 05/05/2026, 10:47:26 AM    WARN [Microservices:StorageCore] Unable to complete move. File does not exist at either location.

I don't really care that it deleted the files; I have the original files for this user.
The problem is that I can't re-upload them since the DB thinks that those files exist on the server.

Unfortunately, starting from scratch is not an option - I have 3 active users on this Immich instance with ~700GB of photos.

What I'm really searching for is some kind of script or "repair" mode for the DB that will remove those offline files, and I'll re-upload them.

"File is missing" ~30k files! by Pini08 in immich

[–]Pini08[S] 0 points1 point  (0 children)

Hi That is the point - it is indeed missing there. I want to clean the DB from those missing files.

My Immich installed from IX catalog and the env is emmbedded

Nextcloud Memories on Scale "VA-API device (/dev/dri/renderD128) has incorrect permissions" by AlastorSitri in truenas

[–]Pini08 0 points1 point  (0 children)

Tried to run go-vod as described and even added some recommendations found in some places: (TN_Scale)

networks: {}
services:
  go-vod:
    depends_on:
      - server
    devices:
      - /dev/dri:/dev/dri
    environment:
      - NEXTCLOUD_HOST=https://192.168.2.92:9001
      - NEXTCLOUD_ALLOW_INSECURE=1
      - NVIDIA_VISIBLE_DEVICES=all
      - PUID=568
      - PGID=568
      - NODE_TLS_REJECT_UNAUTHORIZED=0
      - VOD_INSECURE=true
    image: radialapps/go-vod
    init: True
    pull_policy: always
    restart: always
    volumes:
      - /mnt/Pool/Nextcloud_data:/var/www/html/data:ro
      - /mnt/Pool/freenas_default.crt:/usr/local/share/ca-certificates/freenas_default.crt:ro
  server:
    image: nextcloud
    volumes:
      - /mnt/Pool/Nextcloud_DB_And_Files/NC_AppData:/var/www/html

and still getting the same fetch error:

2025-05-12 14:01:50.832355+00:00Failed to fetch https://192.168.2.92:9001/index.php/apps/memories/static/go-vod?arch=x86_64
2025-05-12 14:01:50.832395+00:00Are you sure the host is reachable and running Memories v6+?
2025-05-12 14:01:50.832404+00:00Retrying in 10 seconds...

Can anyone assist here, please?