Open greycel opened 6 months ago
Reflex make a heavy use of index aliases and index templates and if the alias/templates arent created and pointing to the correct index it will create an index with that name instead of a versioned index name.
Also ensure you are using the exact same version of API in both systems.
To fully restore or migrate:
If this doesn't work this is something we would need support agreement to troubleshoot further.
Thank you, will try these steps.
Hi Team,
We are trying to create another instance of reflex-soar with an existing database.
Copied all the "reflex-*" tables from the existing OpenSearch cluster to a new cluster using elasticdump, but the API service is failing with the below error.
New tables are being created by the API service alongside the ones that were copied using elasticdump, like for example having a table with version "reflex-users-0.1.5" that was copied from the existing cluster to a new cluster and after initiating API service a new table "reflex-users" is getting created on the new cluster.
Is there any document or script that can help us out with this?