简体   繁体   English

将 Elasticsearch 从本地机器迁移到在线服务器

[英]Migrate Elasticsearch from local machine to online server

I have been working on Elasticsearch.我一直在研究 Elasticsearch。 I want to migrate my Elasticsearch data to online server.我想将我的 Elasticsearch 数据迁移到在线服务器。 I am using Elasticsearch 7.6 on my local machine (Windows operating System) with the web application.我在我的本地机器(Windows 操作系统)上使用 Elasticsearch 7.6 和 Web 应用程序。 Now i want to move this to online Web server.现在我想将其移动到在线 Web 服务器。 Is there any tool to do it.有没有什么工具可以做到。 In MySql we create dump files.在 MySql 中,我们创建转储文件。 How to do it in Elasticsearch.如何在 Elasticsearch 中做到这一点。

i know this is not coding question but i want to explore the answers as my research didn't get me anything.我知道这不是编码问题,但我想探索答案,因为我的研究没有给我任何帮助。

The online web server is Linux based on a shared hosting.在线 Web 服务器是基于共享主机的 Linux。

Thanks谢谢

you can create a snapshot of the local elastic indexes, Install the same version of elasticsearch on the online server and then restore the snapshot there.您可以创建本地弹性索引的快照,在在线服务器上安装相同版本的elasticsearch,然后在那里恢复快照。 Read more on this here : https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html and here https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-restore-snapshot.html在这里阅读更多信息: https : //www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html和这里https://www.elastic.co/guide/en/elasticsearch/reference /current/snapshots-restore-snapshot.html

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

相关问题 Elasticsearch - 将索引从 Windows 机器迁移到 Linux 机器 - Elasticsearch - Migrate lndex from Windows machine to Linux machine 从服务器运行App时ElasticSearch在PUT上抛出403,但在本地计算机上运行时可以工作 - ElasticSearch throws 403 on PUT when running App from server, but works when running on local machine 如何将索引从旧服务器迁移到 elasticsearch 的新服务器 - How to migrate index from Old Server to new server of elasticsearch 如何使用Elasticsearch服务器而不是安装本地计算机 - How to use elasticsearch server instead of installing local machine 如何将 ElasticSearch 快照从存储库下载到本地计算机? - How to download ElasticSearch snapshot from repository to local machine? 如何将 Elasticsearch 迁移到新服务器? - How to migrate Elasticsearch to a new server? 如何将输出从本地计算机中的logstash传递到AWS中的Elasticsearch - How to pass the output from logstash in local machine to Elasticsearch in AWS abc从本地sql服务器导入数据到本地elasticsearch - Abc import data from local sql server to local elasticsearch 将数据从雪花迁移到elasticsearch - Migrate data from snowflake to elasticsearch WM机器上带有Elasticsearch服务器的Java Elasticsearch API - Java elasticsearch API with Elasticsearch server on WM machine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM