apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
242 stars 112 forks source link

Solr Backup recurrence/schedule not enabled by helm 0.7.1 #687

Open schotten opened 4 months ago

schotten commented 4 months ago

I use the Helm, and, i can't found the options to configure the recurrence/schedule in the helm. I can only configure the repository image

But, the schedule i not found the param and i need create by out of helm. Please, help me to configura 100% in the helm?

HoustonPutman commented 4 months ago

That just configures a repository for your backups to use. You have to use a separate SolrBackup resource to actually take a backup.

The Solr Helm chart does not install a SolrBackup resource currently, though it could be added as a feature.