No response, since there is no known spec called wal_keep_segments. Clearly, this should be nested inside pgParameters.
Why is this needed:
I know it's not a requirement, but it would be nice to let a user know when they make a mistake on the spec update. (I spent 20 minutes debugging :) )
What would you like to be added: Currently, if we patch anything using stolonctl, we receive a response only if there is any error in the command.
For eg:
As you can see keyword
pgParameters
is missing"
and there is a response that the patch is failed.However, if you do
No response, since there is no known spec called
wal_keep_segments
. Clearly, this should be nested insidepgParameters
.Why is this needed: I know it's not a requirement, but it would be nice to let a user know when they make a mistake on the spec update. (I spent 20 minutes debugging :) )