>>>>> Steinar Bang <[email protected]>:

> One thing I could try, is snapshot to volatile storage, scrap the index
> and restore from volatile storage.
>  
> http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html

> Is that viable, with a 25.5GB index on an EC2 instance?

Trying to set up the backup repository according to the above document,
fails:
 ubuntu@ip-172-31-31-127:~$ curl -XPUT 
'http://localhost:9200/_snapshot/my_backup' -d '{
 >     "type": "fs",
 >     "settings": {
 >         "location": "/mnt/backups/my_backup",
 >         "compress": false
 >     }
 > }'
 No handler found for uri [/_snapshot/my_backup] and method [PUT]
 ubuntu@ip-172-31-31-127:~$

Do I need to enable the backup/restore module in some way?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/87r48ucfp0.fsf%40dod.no.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to