jbtrystram / immich-podman-systemd

A set of podman quadlet unit files to deploy immich-app
11 stars 4 forks source link

Problem on Fedora Silverblue 40 #7

Open Froggy232 opened 3 weeks ago

Froggy232 commented 3 weeks ago

Hi, First, thanks for your work! I try to launch immich on a podman rootless config, but fail to launch immich-microservices.service It tell me that a dependency job failed, even though all other contenair are deployed and operational, expect immich.server of course. But immich-database tell me : UTC [162] FATAL: role "root" does not exist Maybe this is related? Anyway, thanks for your help, and of course feel free to ask for any other informations you would need. Best regards

jbtrystram commented 3 weeks ago

I've had the same issue and haven't found a propper fix yet. Does manually restarting immich-server.service once the others are up helps ? If so you can try to add ExecStartPre=sleep 30 in a [Service] section in immich-server.container to see if that helps. It definitely does for me.

Let me know if that helps

Froggy232 commented 3 weeks ago

Hi, Unfortunally, no, it still doesn't work. Thanks for your help anyway, it's nice from you. Have a nice day!

jbtrystram commented 3 weeks ago

did you update the image to 1.106 ? I think the microservices container was dropped, i need to update this repo accordingly. I am travelling right now so i won't have time to do it until next week unfortunately.