Is there a way, to make SOLR
backups daily, without restaring SOLR
?
I mean SOLR
's feature.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The backup of of your index (which contains the documents) can be started via http-request
http://localhost:8983/solr/yourcore/replication?command=backup
See Making and Restoring Backups of SolrCores and Solr 5.2: quick look on Solr backup functionality for more information.
So if you want a daily backup make a cronjob to call this url regularly.