Adobe Commerce Cloud Services Details

On Adobe Commerce Cloud, there arises the need to verify the services available.

I am mentioning here the ways to get the details about the services installed.

ElasticSearch

1) SSH into your adobe commerce cloud server
2) Check the version number of Elasticsearch in the output of running the command: curl -XGET :
For example, in Adobe Commerce on cloud infrastructure: curl -XGET localhost:9200 or curl -XGET 127.0.0.1:9200/ or curl -s -XGET ‘http://localhost:9200’ | grep number

ElasticSearch Details

MySQL
1) SSH into your adobe commerce cloud server
2) Execute mysql -V

PHP
1) SSH into your adobe commerce cloud server
2) Execute php -v

Redis Server
1) SSH into your adobe commerce cloud server
2) Execute redis-server --version

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top