0

I have successfully cloned & installed a Magento cloud environment Magento 2.4.2 in my local instance.

And also installed elastic search and tested it via the command line and it's working fine.

Note: I have followed his link to install and configure elastic search https://www.emizentech.com/blog/magento-2-4-with-elasticsearch-complete-guide.html

Output from the command line: enter image description here

But while running upgrade command throws following error.

enter image description here

Elastic search configuration file

/etc/elasticsearch/elasticsearch.yml

enter image description here

Can anyone please help me to sort out this?

asked May 10, 2021 at 14:29
1

1 Answer 1

1

Just restart the service :)

sudo systemctl stop elasticsearch
sudo systemctl start elasticsearch

You may also need to execute:

sudo systemctl enable elasticsearch
answered May 10, 2021 at 16:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.