apache / solr-operator

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

Fix SolrBackup not taking backups when the collections field is omitted #516

Closed a-nych closed 1 year ago

a-nych commented 1 year ago

Resolves #515.

When there are no collections specified in the CRD, attempt to list them all from SolrCloud and back them up.

a-nych commented 1 year ago

@HoustonPutman Thanks for the feedback! I've added the changelog.

Do we want to wait for #507 before merging this?

HoustonPutman commented 1 year ago

This looks good to me! We can merge this before the e2e tests, and add a test for it after that is merged!