Adobe Commerce 2.3 reached end of support in September 2022.

Migrate from Elasticsearch to OpenSearch

OpenSearch is an open source fork of Elasticsearch 7.10.2 that was created after Elasticsearch’s licensing change.

As of version 2.3.7-p3, Adobe Commerce and Magento Open Source support OpenSearch. On-premises installations continue to support Elasticsearch, although it is no longer supported for Adobe Commerce on cloud infrastructure.

Migration path

The steps to migrate to OpenSearch are simple and largely follow the steps for Elasticsearch configuration. These steps assume that Adobe Commerce is the only application using the search engine. In cases where multiple applications use the search engine, follow the official migration guide Moving from open source Elasticsearch to OpenSearch.

  1. Ensure that your installation meets the search engine prerequisites.

  2. Place the site in Maintenance Mode and optionally uninstall Elasticsearch.

  3. Install OpenSearch.

  4. Configure the search engine and perform related tasks, like flushing the cache and reindexing the catalog search index.

No further configuration value changes are necessary.