Data migration from Opensearch to Operator managed Opensearch #422
-
What is the best approach to migrate data in production when we upgrade from our standalone Opensearch to Operator? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @IshaGirdhar. I suggest you use the snapshot feature of opensearch to snapshot the indices on your old cluster and then restore the snapshot to the new cluster. |
Beta Was this translation helpful? Give feedback.
Hi @IshaGirdhar. I suggest you use the snapshot feature of opensearch to snapshot the indices on your old cluster and then restore the snapshot to the new cluster.
Ideally you have an existing backup process in place and can just use that and point the restore to the new cluster.
If you first restore older data you can also try to minimize downtime.
You can of course also look for other data migration tools out there. In that regard any cluster created by the operator is just a normal opensearch cluster.