简体   繁体   English

将 Elasticsearch 2.4 迁移到更高版本以及 Spring Framework 4.2.5 到 Springboot 2.x。 什么是最好的方法?

[英]Migrate Elasticsearch 2.4 to higher version along with Spring Framework 4.2.5 to Springboot 2.x. What will be best approach?

I want to upgrade my elasticsearch version & spring framework to Springboot 2.x version.我想将我的 elasticsearch 版本和 spring 框架升级到 Springboot 2.x 版本。 Which elasticsearch & sprinbboot version should be used considering the spring-data-elasticsearch.考虑到 spring-data-elasticsearch,应该使用 elasticsearch 和 sprinbboot 版本。 I'm new to migrating application, would like to know the things that needs to taken into consideration.我是迁移应用程序的新手,想知道需要考虑的事项。

I haven't done any Elasticsearch migration before.我之前没有做过任何 Elasticsearch 迁移。 But 2.4 is the very old version, I guess you need to rewrite the ingestion logic in the migration.但是 2.4 是很老的版本了,我猜你需要重写迁移中的摄取逻辑。

For your reference, we are using the following tech stack in the project:供您参考,我们在项目中使用以下技术堆栈:

  • Spring boot: 2.3.x Spring 启动:2.3.x
  • AWS Elasticsearch Service: version 7.1 AWS Elasticsearch 服务:版本 7.1
  • spring-data-elasticsearch 3.2.10弹簧数据弹性搜索 3.2.10

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Spring 数据 Elasticsearch 从 3.x 版本迁移到 4.x 版本 - How to migrate Spring Data Elasticsearch from 3.x version to 4.x version 使用 spring 框架在文件上保存统计数据的最佳方法是什么? - What is the best approach for saving statistical data on a file using spring framework? Spring Framework 4.2.5与Oracle WebLogic 12.1.3兼容吗? - Is Spring Framework 4.2.5 compatible with Oracle WebLogic 12.1.3? 在 Spring java 框架中使用 ElasticSearch 的最佳方式 - The Best way to use ElasticSearch in Spring java framework Play框架资产路由在2.4.x版中不起作用 - Play framework Assets routing does not work in version 2.4.x 使用Spring作为play 2.4.x的依赖注入框架? - Using Spring as a dependency injection framework with play 2.4.x? Spring MVC中资源捆绑的最佳方法是什么? - What is the best approach for resource bundle in Spring MVC? 使用spring-4.2.5,spring-jdbc.4.2.5.mvn3替换spring.jdbc 4.2.5 im中的getJdbcTemplate()是什么 - what is the replacement of getJdbcTemplate() in spring.jdbc 4.2.5 i m using spring-4.2.5,spring-jdbc.4.2.5.mvn3 通过弹簧数据使用Elasticsearch 2.4的弹簧靴2 - spring boot 2 with elasticsearch 2.4 via spring data 什么是Spring 4.2.5.relese中AbstractDependencyInjectionSpringContextTests的等效类 - what is equivalent class for AbstractDependencyInjectionSpringContextTests in Spring 4.2.5.relese
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM