Posts

Showing posts from December, 2025

TrueNAS - Immich Installation Issue

Product: Immich Related Product: TrueNAS Overview This post is regarding Immich installation in TrueNAS by using its build-in "Apps" menu. TrueNAS provides OOTB Immich application which can be installed. The installation used existing dataset, which has ACL and username configured.  This leads to subsequent Immich installation failed to create files within the datasets due to user permission issue Error Message Log file: /var/log/app_lifecycle.log Container ix-immich-pgvecto_upgrade-1 service "pgvecto_upgrade" didn't complete successfully: exit 1 Resolution Possible Cause #1: Dataset has ACL enabled.  Therefore Immich installer (Docker) failed to create new directories inside one of the dataset Resolution: 1. Edit the dataset 2. Edit Permission 3. Edit ACL 4. Removes ACL - Clicks on "Strip ACL" button at the end of the screen Possible Cause #2: Dataset has different UNIX user assigned, and not using ACL.  Therefore Immich installer (Docker) failed to c...