percona / percona-helm-charts

Collection of Helm charts for Percona Kubernetes Operators.
https://www.percona.com/software/percona-kubernetes-operators
Other
116 stars 162 forks source link

pg-db chart schedule cloud backups #297

Open SalvoRusso8 opened 6 months ago

SalvoRusso8 commented 6 months ago

Hi. I'm trying to setup backups on S3 for a PostgreSQL database, but I can't understand how to schedule them using the helm chart.

In line 300 I can see that the schedule option can be used only on repo1, that is used for local backup. If I use one of the other repos, I do not have any possibility to configure the schedule.

Am I missing something or it is a problem to solve? For example moving the schedule section out of the name check.

Thanks