Skip to content

Migration Elasticsearch to Opensearch

This document explains some good practice to follow with we want to migrate Elasticsearch to Opensearch on a Punchplatform version platform. We simply use this following link to implement the migration from the Upgrade to Opensearch section: Migration upgrade.

However, we will adapt some steps according the Punch version.

Steps:

  1. No changes
  2. After the command sudo systemctl stop elasticsearch.service add sudo systemctl disable elasticsearch.service to disable entirely the elasticsearch service
  3. You need to replace all the steps in this third section by a command which deploy Opensearch with his configuration files on one server (like server1): punchplatform-deployer.sh --deploy -t opensearch -l server1
  4. This step is optional