Backward compatibility while upgrding major version of elastic search

We are upgrading the major version of Elasticsearch from 7.x to 8.x, is there any guideline/documentation for the same as there are no changes for the same in NEST client for this version upgrade but there are changes in the ES clients which we are using to interact with ES from .NET application.

Hi!

We have a brief migration guide available here:

Please make sure the v8 client supports all the features you are currently using. NEST can be used with the ES8 server in compatibility mode for the time being. However, new ES8 functionality won't be supported that way.

1 Like

thanks for responding @flobernd, we are continuing to use the NEST v7, however I am looking forward the required changes to have both the cluster in production with version 7.x and 8.x during upgrade, however I want to make sure that I can revert back to user 7.x if something breaks in 8.x after rolling out changes in production.

We have written few custom plugins to interact with ES server, we had to update those as per the new version of ES

@abhadauria For the client side, this might be useful to you:

For the server-side of things you should probably post in a different section of the community forums as I can't help you with that.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.