Flux
Flux
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
Working now, thank you.
18 replies
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
Will test and report back. Ok that’s fair enough
18 replies
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
@Alex this is probs an issue (not being able to run DB as non-root)
18 replies
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
It would be very appreciated if the DB can be ran as a non root user in the future
18 replies
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
Confirmed you need to run it as root, which is disappointing, and shouldn't really be the standard with docker deployments like this
18 replies
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
(Just double checking here)
18 replies
IImmich
Created by The Bird on 5/21/2025 in #help-desk-support
v1.33.0 Upgrade - Postgres unable to copy configuration file: Operation not permitted
So essentially remove the user and group here?
database:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
#image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
user: ${IMMICH_PUID}:${IMMICH_PGID}
database:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
#image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
user: ${IMMICH_PUID}:${IMMICH_PGID}
18 replies