-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update supported versions in documentation #646
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,18 @@ OpenSearch upgrade, migration, and comparison tooling facilitates OpenSearch mig | |
|
||
## Supported cluster versions and platforms | ||
|
||
There are numerous combinations of source clusters, target clusters, and platforms. While the tools provided in this repository might work with various combinations, they might not support breaking changes between different source and target versions. Below is a growing support table that will be updated over time. | ||
|
||
|Supported Sources|Supported Targets|Source Platform|Target Platform| | ||
|:---------------:|:---------------:|:-------------:|:-------------:| | ||
|ElasticSearch 7-7.10.2|OpenSearch 1.x and 2.x|AWS Self-Managed|AWS OpenSearch and OpenSearch Serverless| | ||
There are numerous combinations of source clusters, target clusters, and platforms. While the tools provided in this repository might work with various combinations, they might not support breaking changes between different source and target versions. Below is a list of supported source and target versions and platforms. | ||
|
||
### Supported Source and Target Versions | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like this view better, but I think that once we have integ tests in place, it will be really nice to list a table of specific combinations that we're testing. So, this works for now and later but I'd like to see the table (or a link to one) come back in in the coming weeks as we add tests. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would love to see that. I've been discussing this with @lewijacn |
||
* Elasticsearch 6.x (Coming soon...) | ||
* Elasticsearch 7.0 - 7.17.x | ||
* OpenSearch 1.x | ||
* OpenSearch 2.x | ||
|
||
### Supported Source and Target Platforms | ||
* Self-managed (hosted by cloud provider) | ||
* Self-managed (on-premises) | ||
* Managed cloud offerings (e.g., Amazon OpenSearch, Amazon OpenSearch Serverless) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Serverless won't work w/ RFS. That may be good to call out. |
||
|
||
## Build and deploy | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does "might not support breaking changes" mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users need to run test to determine that there are no breaking changes. If there are breaking changes, they will have to make changes to drop breaking changes or transform breaking changes.