Closed wesbragagt closed 3 months ago
@Saschl how is this related to the problem? Could you clarify the recommendation?
@wesbragagt I believe you are using the wrong cron expression format.
Specifically, CNPG uses Go's cron format, not linux's. See the docs here.
We should probably add a validator for that on our end as it appears that CNPG does not provide one.
Understood, yeah it would be a good add. I'm unblocked. Thank you.
Prior Search
What is your question?
In my db cluster I have set for backups to run daily at 7am UTC however I'm noticing that they are getting triggered on a hourly basis. Is there another area of the stack that I can check this definition? Or something else that could be causing this? Am I off by a digit on the cron?
For context it's 11:30am CST for me.
What primary components of the stack does this relate to?
terraform
Code of Conduct