Performing a Minor Build Version Upgrade for an OpenSearch Cluster

Use inline upgrade to upgrade a cluster to use a newer minor build version of OpenSearch.

    1. Open the navigation menu and click Databases. Under OpenSearch, click Clusters.

    2. Under List scope, select the compartment that contains the cluster.

    3. In the Clusters list, click the name of the cluster that you want to upgrade.

    4. Click Upgrade.

    5. Select the version you want to upgrade to from Available software versions, and then click Save changes.

  • Use the oci opensearch cluster update command and required parameters, including software-version, to do an inline upgrade for a cluster:

    oci opensearch cluster update --opensearch-cluster-id cluster_ocid --software-version OpenSearch_version [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.

    Run the UpdateOpensearchCluster operation, specifying the OpenSearch version to upgrade to in the softwareVersion parameter of the UpdateOpensearchClusterDetails resource.