.kube does not shutdown PostgreSQL gracefully #21389
Unanswered
ChristophHannappel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i configured a Pod to user Paperless NGX which uses the postgreSQL Container, than created a Kube.yaml and setup a systemd.kube file to run it.
When stopping with
systemctl --user restart PaperlessNGX.service
the postgreSQL Container gets shutdown to soon and on the next start it reportsWhen stopping the pod with
podman pod stop PaperlessNgx
it reports a happy shutdown.Does anyone have an idea how to make it stop gracefully :)
I'm running podman 4.8.2 on Fedore Core OS.
My PaperlessNGX.kube
My PaperlessNgx.yaml
Beta Was this translation helpful? Give feedback.
All reactions