Please explain how to upgrade OpenDistro 1.12 to OpenSearch.
As I know, firstly it is necessary to upgrade OpenDistro from 1.12.0 to 1.13.2, but now the distributive is not available.
What shall I do in this situation?
P.S. - I can’t use docker-files, only deb-packages
Thanks for reaching out.
Here is a blog post for reference: How To: Upgrade from Open Distro to OpenSearch · OpenSearch
Ideally I would recommend to move to 1.13 which is based off 7.10.2 of Elasticsearch.
Another alternative is to move to OpenSearch directly from 1.12 since its based of same major/minor version of Elasticsearch i.e 7.10.
Technically it should work and shouldn’t have problems but it also depends on how your setup is. How does your setup look like and do you use any plugins?
@kris do we know if we provide 1.13 DEB distributions for migrations?
Here is my setyp for cluster: {"persistent":{"action":{"destructive_requires_name":"true"},"cluster":{"routing":{"rebalance":{"enable":"none"},"allocation":{"allow_rebalance":"indices_all_active","cluster_concurrent_rebalance":"15","node_concurrent_recoveries":"2","disk":{"threshold_enabled":"true","watermark":{"low":"85%","high":"90%"}},"enable":"all","node_concurrent_outgoing_recoveries":"2"}},"metadata":{"perf_analyzer":{"state":"0"}}},"knn":{"algo_param":{"index_thread_qty":"8"},"cache":{"item":{"expiry":{"enabled":"false","minutes":"1m"}}},"circuit_breaker":{"triggered":"false"},"memory":{"circuit_breaker":{"limit":"80%","enabled":"true"}}}},"transient":{}}
Here is list of installed plugins:
opendistro-alerting
opendistro-anomaly-detection
opendistro-index-management
pendistro-job-scheduler
opendistro-knn
opendistro-knnlib
opendistro-performance-analyzer
opendistro-reports-scheduler
opendistro-security
opendistro-sql
But actually we used only opendistro_security, opendistro-knn and opendistro-knnlib
Thank you for the information. This gives more context. Could you help me understand what were the failures?
In the meanwhile I’ll reachout internally if there are other options to share the artifacts for OpenDistro 1.13.
Thank you for your advice - I managed to upgrade the cluster to OpenSearch 1.0.0
But now I have other problem with indexes, and also I need your advice.
I will close this topic and create a new one for the existing problem