VitalijusDBentley commented on issue #665:
URL: https://github.com/apache/solr-operator/issues/665#issuecomment-2504303062
My plan(not-tested):
1. Release SolrCloud and ZookeeperCluster with helm annotation that will
prevent deletion during uninstall of the chart.
[docs](https://helm.sh/
janhoy commented on issue #665:
URL: https://github.com/apache/solr-operator/issues/665#issuecomment-1855340703
You could call the BACKUP API in order to backup the content from Zookeeper,
then RESTORE once you have the new cluster and ZK installed. Or you can find
one of the Zookeeper comm
brickpattern commented on issue #665:
URL: https://github.com/apache/solr-operator/issues/665#issuecomment-1855083694
If i had started with inbuilt ZK, would the above approach of specifying
zk.address for a standalone ZK will still work?
I would like to retain the data in the sol
HoustonPutman commented on issue #665:
URL: https://github.com/apache/solr-operator/issues/665#issuecomment-1852406673
So if you deploy Solr using the "provided" zookeeper, then it will be
managed in tandem with your SolrCloud. If you want the Zookeeper Cluster's
lifecycle to be independent
brickpattern opened a new issue, #665:
URL: https://github.com/apache/solr-operator/issues/665
hi - this is more of a general Q.
I installed Solrcloud with these options to use a ZK-operator installed
seperately.
--set zookeeper-operator.install=false --set zookeeper-operator.us