Opensearch backup for migration to Remote Opensearch Cluster #693
-
My network has reached its limit and attempting to scale out for growth. Currently running Malcolm with all its services on a single VM, and looking to maintain the current indicies mapped via Opensearch. I'd like to snapshot and backup the entire Opensearch database and migrate it to a separate Remote Opensearch instance. Some reasons for this migration:
Currently I have in a test environment Malcolm successfully talking to and ingesting with a Remote OS Cluster. No issues there. With my current single node OS instance, ive attempted to:
If i was to go into the configuration tool, re-run to setup ILM/ISM? Will that change anything? Attempting to not loose the data, and document the migration path forward if needed and potentially a cold/offsite/remote backup location in the future.
Appreciate the assistance and feedback. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry for the delay, I was hoping somebody more experienced than I am with this facet of OpenSearch would chime in, because it's not really my area of knowledge. So internally to the OpenSearch container in Malcolm the paths are going to be different than they are outside on the host. So if you look at Another option is you ought to be able to literally just rsync the contents of your Malcolm's opensearch directory to a new location (on a new machine, or whatever) running Malcolm and make sure that it ends up in the right place and the new Malcolm instance ought to just pick up where the old one left off. |
Beta Was this translation helpful? Give feedback.
This was still a test environment and not fully production, I decided to just do an upgrade and adjust settings with the new deployment. Still something ill continue to tinker around and research for the future. Appreciate the suggestions!