Migrating old indexes to new ES schema #2752
Replies: 1 comment 2 replies
-
Hi Samarth, There is no way to move indices directly between elasticsearch clusters, so you will have to re-run the export step of the loading pipeline to get the indices into your new elasticsearch cluster. Depending on how old the indices are and what schema they conform to you may be able to use the intermediate matrix table generated by the loading pipeline and only re-run the export step but not the annotation step. However, if you originally loaded the data on an old version of the pipeline and do not have that intermediate matrix table or the schema of that table is in a different format then this is not possible and you have to re-run the full pipeline anyways. I think unless you have loaded the data within the past couple months, you should just start from a joint called VCF and reload all the data using the latest version of the pipeline. In addition to ensuring the schema will match up, you will also get updated reference data and annotations, which a desirable update Let me know if you have any further questions, |
Beta Was this translation helpful? Give feedback.
-
Hi @hanars,
We would like to migrate Elastisearch indexes (annotated vcfs from older non-docker based local install of SEQR) from the old Elastisearch schema to the new schema in the current SEQR version. Is there a way to carry forward all of the annotations + indexes together to the new SEQR version?
If so, could you please help us. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions