Magento 2.3.0 – Elasticsearch Deprecation Notice

databaseelasticsearchmagento2

I have installed version 2.3.0 of Magento and I have received this notification:

Deprecation Notice

Catalog Search is currently configured to use the MySQL engine, which
has been deprecated. Consider migrating to one of the Elasticsearch
engines now to ensure there are no service interruptions during your
next upgrade.

My system is:

  • Ubuntu 18.04
  • Nginx 1.14.0
  • MySQL 5.7.25

What should I do with this? It is important?

Best Answer

Go to

Stores -> Configuration -> Catalog -> Catalog

Open Catalog Search and select Elastic Search 5.0 + enter image description here Flush Magento Cache , do a full reindex, and check again .

If you see Magento 2.3.0 release notes LINK ,

If you still having issues than install Elastic Search 5.x with this steps magento provides Link. It is easy , just follow the steps . This link Link has the steps for ubuntu .

Elasticsearch is now the default search engine in Magento. MySQL search has been deprecated.

enter image description here

Related Topic