I was able to successfully restore a backup by specifying name and location in the restore command.
But now when i try to run: sudo -u solr curl http://localhost:8983/solr/debt/update -H "Content-type: text/xml" --data-binary '<delete><query>*:*</query></delete>' I get the following error: <str name="msg">no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/var/solr/data/debt/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4746f577; maxCacheMB=48.0 maxMergeSizeMB=4.0)): files: [write.lock]</str> <str name="trace">org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/var/solr/data/debt/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4746f577; maxCacheMB=48.0 maxMergeSizeMB=4.0)): files: [write.lock] I am just copying the top portion of the error, as it is very long. What did I do wrong? Thanks, Rhys