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:
- No changes
- After the command
sudo systemctl stop elasticsearch.service
addsudo systemctl disable elasticsearch.service
to disable entirely the elasticsearch service - 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
- This step is optional