You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": {
"root_cause": [
{
"type": "snapshot_restore_exception",
"reason": "[my_backup:snapshot_1/gvvMqKRXRk-C1BjLIjGLoQ] cannot restore index [data3] because it cannot be upgraded"
}
],
"type": "snapshot_restore_exception",
"reason": "[my_backup:snapshot_1/gvvMqKRXRk-C1BjLIjGLoQ] cannot restore index [data3] because it cannot be upgraded",
"caused_by": {
"type": "illegal_state_exception",
"reason": "The index [[data3/HYh8yLTQTwygtBVus4Wvjg]] was created with version [6.5.4] but the minimum compatible version is OpenSearch 1.0.0 (or Elasticsearch 7.0.0). It should be re-indexed in OpenSearch 1.x (or Elasticsearch 7.x) before upgrading to 2.11.0."
}
},
"status": 500
}
Expected behavior
Should restore success
Additional Details
Plugins
Default plugins
The text was updated successfully, but these errors were encountered:
Hi @xiaoyuan0821, the problem with snapshot restore occurs due to the use of a different Lucene version in your ES 6.x, which is not compatible with OpenSearch 2.x. One action item we can take here is to enhance the document's specificity regarding version compatibility for snapshot restore.
Describe the bug
This migration doc https://opensearch.org/docs/2.11/upgrade-to/snapshot-migrate/ says we can restore Elasticsearch OSS 6.x indexes into OpenSearch 2.x, actually this doesn't work.
Related component
Other
To Reproduce
Expected behavior
Should restore success
Additional Details
Plugins
Default plugins
The text was updated successfully, but these errors were encountered: