Restoring a Solr Collection
Use the following procedure to restore a Solr collection. For more information on the commands used, see Cloudera Search Backup and Restore Command Reference.
If you are using a secure (Kerberos-enabled) cluster, specify your
jaas.conf
file by adding the following parameter to each
command:-jaas /path/to/jaas.conf
If TLS is enabled for the Solr service, specify the truststore and password by using the
ZKCLI_JVM_FLAGS
environment variable before you begin the
procedure:export ZKCLI_JVM_FLAGS="-Djavax.net.ssl.trustStore=/path/to/truststore \
-Djavax.net.ssl.trustStorePassword=trustStorePassword"