reggna
IImmich
•Created by reggna on 4/1/2025 in #help-desk-support
Clean uncustomized setup, but not able to connect to server.
Alright. My final way of dealing with the SELinux issue was to add a
:z
at the end of the database volumes
line (indicating that the volume content can be shared) in docker-compose.yml
.
So instead of:
It now looks like this:
I'm (obviously) not an expert on how Docker Compose deals with SELinux, but now I'm able to run everything with SELinux enabled. I'd be happy to create a pull request if this is indeed an applicable solution?18 replies
IImmich
•Created by reggna on 4/1/2025 in #help-desk-support
Clean uncustomized setup, but not able to connect to server.
Aaaah! I see, it was just SELinux being the problem. Interesting. Then my initial understanding of how this project works with docker is still good. Phew. 🤣
18 replies
IImmich
•Created by reggna on 4/1/2025 in #help-desk-support
Clean uncustomized setup, but not able to connect to server.
Yes. Created a symlink for the postgresql directory and temporarily disabled SELinux and now we're up and running!
Will get a permanent solution for SELinux in a while, but I'll mark this as resolved. Thanks @Zeus ! As a side note, I'd suggest adding a note in the set-up instructions about postgresql having to be pre-installed and that what the data location should be.
Will get a permanent solution for SELinux in a while, but I'll mark this as resolved. Thanks @Zeus ! As a side note, I'd suggest adding a note in the set-up instructions about postgresql having to be pre-installed and that what the data location should be.
18 replies
IImmich
•Created by reggna on 4/1/2025 in #help-desk-support
Clean uncustomized setup, but not able to connect to server.
I think this is the root cause of the problem:
I've installed and configured postgresql on my local machine (even though I'm not sure if that's part of the Immich set-up or not?). I'm on Fedora 41 and
/var/lib/postgresql/data
doesn't exist on my machine. Instead, the default data location is /var/lib/pgsql/data
. But again, shouldn't this be locations inside the immich_postgres docker instance?18 replies
IImmich
•Created by reggna on 4/1/2025 in #help-desk-support
Clean uncustomized setup, but not able to connect to server.
I've made sure there's no firewall active. Even connecting from the same computer gives an error:
The request is sent, but the connection is terminated.
18 replies
IImmich
•Created by reggna on 4/1/2025 in #help-desk-support
Clean uncustomized setup, but not able to connect to server.
The error message looks a bit similar to https://github.com/immich-app/immich/issues/17174 , but I didn't customize anything. This was a clean install with no edits.
18 replies