I'm trying to create data backups using the ReplicationHandler's built in
functionality. I've configured my master as 
http://wiki.apache.org/solr/SolrReplication documented :

<requestHandler name="/replication" class="solr.ReplicationHandler" >
    <lst name="master">
...
        <str name="backupAfter">optimize</str>
...
    </lst>
</requestHandler>


but I don't see any backups created on the master. Do I need the snapshooter
script available? I did not deploy it on my master, I assumed it was part of
the 'old' way of doing replication.

If I invoke the backup command over HTTP
(http://master_host:port/solr/replication?command=backup) then it seems to
work - I get directories like "snapshot.20090908094423".

Thanks,

Wojtek
-- 
View this message in context: 
http://www.nabble.com/Backups-using-Replication-tp25350083p25350083.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to