Hey, I have a problem with Immich_PostgreSQL. Whenever I start Immich I have this error in the logs and Immich not working: 2025-10-05 12:44:35.290 GMT [1] LOG: skipping missing configuration file "/var/lib/postgresql/data/postgresql.override.conf"
2025-10-05 12:44:35.292 GMT [1] LOG: skipping missing configuration file "/var/lib/postgresql/data/postgresql.override.conf"
2025-10-05 14:44:39.924 CEST [1] LOG: starting PostgreSQL 16.10 (Debian 16.10-1.pgdg12+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14+deb12u1) 12.2.0, 64-bit
2025-10-05 14:44:39.924 CEST [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2025-10-05 14:44:39.924 CEST [1] LOG: listening on IPv6 address "::", port 5432
2025-10-05 14:44:39.936 CEST [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2025-10-05 14:44:39.961 CEST [120] LOG: database system was shut down at 2025-10-05 14:44:35 CEST
2025-10-05 14:44:39.986 CEST [1] LOG: database system is ready to accept connections
2025-10-05 14:46:26.857 CEST [145] FATAL: could not open file "global/pg_filenode.map": Permission denied
2025-10-05 14:46:30.061 CEST [146] FATAL: could not open file "global/pg_filenode.map": Permission denied
2025-10-05 14:46:38.707 CEST [147] FATAL: could not open file "global/pg_filenode.map": Permission denied
2025-10-05 14:46:50.059 CEST [1] LOG: could not open file "postmaster.pid": Permission denied; continuing anyway
2025-10-05 14:46:50.060 CEST [148] FATAL: could not open file "global/pg_filenode.map": Permission denied
2025-10-05 14:46:50.501 CEST [149] FATAL: could not open file "global/pg_filenode.map": Permission deniedTo do a quick test, I did a chmod -R 777 /mnt/user/appdata/immich/database/postgres/ Immich work without problem until I restart it and got again the problem since the permission are getting reinitialized.