Containers stop if dependency gets updated #18926
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
I have two podman-systemd containers:
They both have:
default.target
Restart=always
Label=io.containers.autoupdate=registry
photoprism depends on photoprism-mariadb due to:
Now, whenever photoprism-mariadb.service gets restarted because it was updated by
podman-auto-update.service
,photoprism
stops until I start it manually. If I runsystemctl restart photoprism-mariadb
,photoprism
will stop as well, but restart after 10 seconds as expected.Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
The container stopped forever.
Describe the results you expected
The container should restart as expected.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
# cat /etc/containers/containers.conf
Additional information
No response
The text was updated successfully, but these errors were encountered: