You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i refer to here, it says that the version numbers follow the Elasticsearch major versions.
Currently, i have Elasticsearch v5.1.2 and elasticsearch-rails v5. The plan is to upgrade Elasticsearch from 5 to version 7. What should i do? Does version 7 (main) support Elasticsearch version 5? Or i should upgrade it twice, so: upgrade the lib to 6 > upgrade Elasticsearch to 6 > upgrade the lib again to main > then upgrade Elasticsearch to 7.
The text was updated successfully, but these errors were encountered:
@xcodephile The library is backward compatible, so you should be able to address this by first updating elasticsearch-rails, and then updating the Elasticsearch core itself (recreating the index).
If i refer to here, it says that the version numbers follow the Elasticsearch major versions.
Currently, i have Elasticsearch v5.1.2 and elasticsearch-rails v5. The plan is to upgrade Elasticsearch from 5 to version 7. What should i do? Does version 7 (
main
) support Elasticsearch version 5? Or i should upgrade it twice, so: upgrade the lib to 6 > upgrade Elasticsearch to 6 > upgrade the lib again tomain
> then upgrade Elasticsearch to 7.The text was updated successfully, but these errors were encountered: