Re: Problem transitioning from S3 to EBS

2013-12-30 Thread Steinar Bang
Steinar Bang s...@dod.no: [snip! Attempted transitioning from S3 to local gateway on EBS] Unfortunately ES came up again, but without any indices. Should this have worked? Or will it fail, because if things I don't understand about how gateways work? I googled a bit, and came up with the

Re: Problem transitioning from S3 to EBS

2013-12-30 Thread Steinar Bang
Is this a way that could be used, perhaps? http://tech.superhappykittymeow.com/?p=296 Ie. 1. Put the S3 stuff back into /etc/elasticsearch/elasticsearch.yml 2. Restart ES, and hopefully it will find the stuff it needs in S3 and come up with the two indexes 3. Use the curl/sed commands in

Re: Problem transitioning from S3 to EBS

2013-12-30 Thread Steinar Bang
Steinar Bang s...@dod.no: Is this a way that could be used, perhaps? http://tech.superhappykittymeow.com/?p=296 I tried, but no luck, I'm afraid. Ie. 1. Put the S3 stuff back into /etc/elasticsearch/elasticsearch.yml 2. Restart ES, and hopefully it will find the stuff it needs in S3

Re: Problem transitioning from S3 to EBS

2013-12-30 Thread Steinar Bang
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? -- You received this message because

Re: Problem transitioning from S3 to EBS

2013-12-30 Thread Steinar Bang
Steinar Bang s...@dod.no: Steinar Bang s...@dod.no: 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 Trying to set up the backup

Re: Problem transitioning from S3 to EBS

2013-12-30 Thread Steinar Bang
Steinar Bang s...@dod.no: Nope, looks like I would need 1.0.0-beta2, rather than the 0.9.7 I have currently installed: http://www.elasticsearch.org/blog/1-0-0-beta2-released/ I'm now up and running on EBS storage on ES 1.0.0-beta2, after having first created a snapshot with volatile