Shared_buffers update not showing in logs #2452
Unanswered
FinHorsley
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.
-
Hi all, apologies for a slightly broad question but trying to debug some problems we're seeing when applying changes to the postgresql conf and hitting issue with shared_buffers. Should updating the shared_buffers appear in the patch operation?
We're trying to update the max_connections, statement_timeout, and shared_buffers (all to new values), but in the logs are only seeing the max_connections and statement_timeout in the patch. Initially i thought this was because the shared_buffers couldn't be applied by just a patch, but looking at the kubernetes logs the amdb pod isn't being restarted.
Exec'ing into the pod, the shared_buffers change has been applied, but there's no record of it updating in the operator logs
Beta Was this translation helpful? Give feedback.
All reactions