-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support rolling upgrades to OpenSearch 1.0 from ODFE 1.13 and ES 7.10.x #671
Comments
For OpenSearch we still have to understand what we have broken and what needs to be backwards compatible. Here is an issue we opened to track them and I am confident this just scratching the surface: #640 |
Pasting it back from the earlier issue since this is important. Ordering of upgrading |
Can we convert this into a meta issue and track incremental issues the community can help pick off? |
What's a "meta" issue? How do I convert this? |
adding the list to the description like you did and then just label it as |
Blocked by #801 awaiting feedback. |
#801 is resolved, however we don't have documentation for migrating from Kibana OSS to OpenSearch Dashboards, for which I opened opensearch-project/documentation-website#71 |
Closing this with opensearch-project/documentation-website#71 resolved. |
Hi there, please also consider supporting upgrades directly from ES 7.10.x to OS 1.1. If this path is not supported it will be somewhat inconvenient for us as OS 1.0 is not available as an RPM distribution. See also opensearch-project/OpenSearch-Dashboards#334 (comment) |
AFAIK that's the plan, cc: @saratvemulapalli. |
Thank you for the notice. The reason why I was concerned is because I noticed this 1.0 version check in Dashboards: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/a60c4a3a2531442e085b80d25109d4cb563ea754/src/core/server/ui_settings/create_or_upgrade_saved_config/is_config_version_upgradeable.ts#L78 But I'm not sure if that is intended to be kept like this or not, or if it even affects this scenario. |
@shawnz Kibana and hence Dashboards never supported rolling upgrades, only restart upgrades :( I had opened opensearch-project/OpenSearch-Dashboards#365 on the topic. |
@shawnz Will you please open an issue in OpenSearch Dashboards pointing to that line, and specifically asking to "Support direct upgrades from Kibana 7.10.2"? |
Will do, thank you. My apologies if I am getting the terminology wrong but I don't mind having to do a whole cluster restart for now as long as the upgrade path is supported in some way or another. |
No apology needed. I get confused all the time, too! Thank you. |
Yup it is. OpenSearch will support rolling upgrades from ES 7.10.x to OpenSearch 1.1.0 directly via Snapshot, Restart and Rolling Upgrades. |
Upgrading your cluster from ElasticSearch to OpenSearch and OpenSearch Dashboards is just like upgrading your cluster between versions of ElasticSearch and Kibana. Specifically, OpenSearch supports rolling upgrades and restart upgrades from ElasticSearch 6.8.0 through ElasticSearch 7.10.2 and to OpenSearch 1.0. OpenSearch Dashboards supports restart upgrades from Kibana 6.8.0 through Kibana 7.10.2 and to OpenSearch Dashboards 1.0.
We have asked the community regarding the upgrade path to OpenSearch. Please continue adding your comments.
Additional context
The text was updated successfully, but these errors were encountered: