Re: backing up and restoring

2019-12-16 Thread rhys J
On Mon, Dec 16, 2019 at 1:42 AM Paras Lehana wrote: > Looks like a write lock. Did reloading the core fix that? I guess it would > have been fixed by now. I guess you had run the delete query few moments > after restoring, no? > > Restoring setting the name parameter only worked the once. This i

Re: backing up and restoring

2019-12-15 Thread Paras Lehana
Looks like a write lock. Did reloading the core fix that? I guess it would have been fixed by now. I guess you had run the delete query few moments after restoring, no? On Thu, 12 Dec 2019 at 21:55, rhys J wrote: > I was able to successfully restore a backup by specifying name and location > in

Re: backing up and restoring

2019-12-12 Thread rhys J
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 '*:*' I get the following error: no segments* file found in LockVali

Re: backing up and restoring

2019-12-12 Thread rhys J
This page seems to indicate that I should copy the files from the backup directory back into the index? Is this accurate? https://codice.atlassian.net/wiki/spaces/DDF22/pages/2785407/Solr+Standalone+Server+Backup Thanks, Rhys

Re: backing up and restoring

2019-12-12 Thread rhys J
On Thu, Dec 12, 2019 at 3:49 AM sudhir kumar wrote: > once you backup index with some location, you have to specify the same > location to restore. > > ie in your case /tmp/solr is the location indexed was backed up , use same > location for restore. > > you did not provide name so latest snapsh

Re: backing up and restoring

2019-12-12 Thread sudhir kumar
Hi Rhyhs, once you backup index with some location, you have to specify the same location to restore. ie in your case /tmp/solr is the location indexed was backed up , use same location for restore. you did not provide name so latest snapshot will be restored. curl ' http://localhost:8983/solr/

backing up and restoring

2019-12-11 Thread rhys J
I made backups with the following command: sudo -u solr curl ' http://localhost:8983/solr/debt/replication?command=backup&location=/tmp/solr backups/debt/' I double checked that I had made the backup, and I