I can't remember what 0.90.x was unlike as that was long ago for us, but we 
recently upgraded from 1.1.0 to 1.4.0. 

Look 
at 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/breaking-changes.html

additionally pay attention to:

   - scripting: 
      - replacement of mvel w/ groovy and disabling dynamic scripting by 
      default. We elected to install the mvel plugin manually and change our 
      scripts to identify that they are mvel (lang=mvel) and make some minor 
      adjustments to make compatible (such as use of _score instead of 
doc.score 
      in scripts). We will do the upgrade to groovy from mvel separately to 
take 
      care of security concerns w/ mvel.
   - lot of percolator changes in 1.x 
   - multi field changes in 1.0.0
   - disk space allocation decider configuration format changed in 1.x 
   sometime (if you're configuring that)
   - enabled CORS if you're using HEAD (see 
   https://github.com/mobz/elasticsearch-head/issues/170)

In general, I would go through release notes 
at http://www.elasticsearch.org/downloads/ and look under breaking changes 
for every version since your last version.


On Thursday, November 20, 2014 7:47:04 AM UTC-5, Jason Wee wrote:
>
> I would be interested too, we are using the same 0.90.7 version.
>
> Jason
>
> On Thu, Nov 20, 2014 at 2:03 PM, Yves Dorfsman <[email protected] 
> <javascript:>> wrote:
>
>> Are there any precautions to take before upgrading from 0.9 to 1.4?
>>
>> Different data types?
>> Different API calls?
>> etc...
>>
>> And, what is the best way to upgrade? Can we just add a node at the newer 
>> version and let it pull the data?
>>
>> Thanks.
>>
>> http://yves.zioup.com
>> gpg: 4096R/32B0F416 
>>
>> -- 
>> 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] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/3c6b6789-de98-40d4-9532-ae78b5465c4a%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/elasticsearch/3c6b6789-de98-40d4-9532-ae78b5465c4a%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/5070f24d-92d6-42ba-a447-4dd759c59fb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to