Re: Backup and restore Solr 8.11.2 collections and configsets in Zookeeper version: 3.7.0

2022-09-22 Thread Kaushal Shriyan
On Thu, Sep 22, 2022 at 4:06 PM Szalay-Bekő Máté wrote: > Hello Kaushal! > > One of my Solr colleagues just mentioned a possible solution. What about > using the solr admin script? With recursive option, like "solr zk -r" > > e.g. > > bin/solr zk cp -r file:/apache/confgs/whatever/conf zk:/config

Re: Backup and restore Solr 8.11.2 collections and configsets in Zookeeper version: 3.7.0

2022-09-22 Thread Szalay-Bekő Máté
Hello Kaushal! One of my Solr colleagues just mentioned a possible solution. What about using the solr admin script? With recursive option, like "solr zk -r" e.g. bin/solr zk cp -r file:/apache/confgs/whatever/conf zk:/configs/myconf -z 111.222.333.444:2181 https://solr.apache.org/guide/8_11/so

Re: Backup and restore Solr 8.11.2 collections and configsets in Zookeeper version: 3.7.0

2022-09-16 Thread Shawn Heisey
On 9/16/22 09:37, Szalay-Bekő Máté wrote: But actually much better would be to do the backup and restore on Solr level. Solr doesn't currently have this capability.  We do have functionality that can download index configs from ZK to the filesystem, but not all the cluster contents in ZK. I

Re: Backup and restore Solr 8.11.2 collections and configsets in Zookeeper version: 3.7.0

2022-09-16 Thread Szalay-Bekő Máté
Hello Kaushal! I think best would be to ask this in an Apache Solr mailing list. Here we mostly know about ZooKeeper :) I know that Solr is storing many configurations (including full config files) in ZooKeeper. To backup everything, you would need to export all the content from ZooKeeper under e

Backup and restore Solr 8.11.2 collections and configsets in Zookeeper version: 3.7.0

2022-09-16 Thread Kaushal Shriyan
Hi, I am running Solr 8.11.2 (2 nodes) and Zookeeper version: 3.7.0 ( 3 nodes -> 1 Leader and 2 Followers) on Linux release 7.9.2009 (Core). Is there a way to back up the collections and configsets in Zookeeper version: 3.7.0 ( 3 nodes -> 1 Leader and 2 Followers) on Linux release 7.9.2009 (Core)