Re: Backup v.s. Snapshot API for Solr

2019-11-27 Thread Kayak28
Hello, Mr. Paras and Community Members: >Once you have created a snapshot with >CREATESNAPSHOT, you can restore the snapshot with same replication restore >command, right? Is it? As far as I know, CREATESNAPSHOT is an action to create a file, named snapshot_N, under data/snapshot_metadata

Re: Backup v.s. Snapshot API for Solr

2019-11-26 Thread Paras Lehana
Hi Kaya, Sorry that I still cannot understand. Once you have created a snapshot with CREATESNAPSHOT, you can restore the snapshot with same replication restore command, right? How can I use a "snapshot", which is generated by CREATESNAPSHOT API? You just used the name to restore the backup.

Re: Backup v.s. Snapshot API for Solr

2019-11-24 Thread Kayak28
Hello, Mr. Paras: Thank you for your response, and I apologize for confusing you. Actually, I can do restore by /replication hander. What I did not get the idea is, how to use the following URLs, which are from the "Making And Restoring Backups" section of the Solr Reference Guide. 1.

Re: Backup v.s. Snapshot API for Solr

2019-11-24 Thread Paras Lehana
Hey Kaya, Are you not able to restore with the same restore backup command? http://localhost:8983/solr/gettingstarted/replication?command=restore=backup_name Replace backup_name with the snapshot name. On Fri, 22 Nov 2019 at 11:26, Kayak28 wrote: > Hello, Community Members: > > I have

Backup v.s. Snapshot API for Solr

2019-11-21 Thread Kayak28
Hello, Community Members: I have tested the behaviors of Backup API and Snapshot API, which are written in the URL below. https://lucene.apache.org/solr/guide/7_4/making-and-restoring-backups.html#making-and-restoring-backups () As far as I observed the behavior of Backup API, I now know the