Prior to the 1.92 release, such as on 1.91.4, if I were to use the CLI to upload a folder and it stated, eg: "successfully uploaded 30 assets", on a subsequent run it would state all assets had already been uploaded. (I checked because I am nervous about missing any photos on import.)
Now, no matter how many times I execute the same CLI folder upload, the message always states it has successfully uploaded the assets. I don't appear to have duplicates being added to Immich but I'm wondering if this is a false positive message, or something with the hashing changed, or otherwise.
I converted the .env file to be part of my docker-compose parent .env file for interpolation, added the variables to both the microservice and server services, and am not specifing env_file on each service.
The bug
Prior to the 1.92 release, such as on 1.91.4, if I were to use the CLI to upload a folder and it stated, eg: "successfully uploaded 30 assets", on a subsequent run it would state all assets had already been uploaded. (I checked because I am nervous about missing any photos on import.)
Now, no matter how many times I execute the same CLI folder upload, the message always states it has successfully uploaded the assets. I don't appear to have duplicates being added to Immich but I'm wondering if this is a false positive message, or something with the hashing changed, or otherwise.
The OS that Immich Server is running on
Ubuntu 22.04
Version of Immich Server
v1.92
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
I mounted the authorization for the CLI as a volume to prevent having to reauthorize each time (mounted into immich-server), contents below: