Hi,
I'm wondering.
We are going to upgrade our ES server soon.
I see two option here:
- migrate from 1.x to 2.4, then use the migration tool, reindex and upgrade to 5.x,
- create a new server, install ES5 there and just reindex everything there directly from our Django app, we have tasks for creating indexes and indexing all the records too.
Is there any specific reason to use the first option?
