27/08/2024
This article shows how you can check different services version on Adobe Cloud server. List all the services with their port number, username, & password echo $MAGENTO_CLOUD_RELATIONSHIPS | base64 -d | json_pp Get Redis version redis-cli -p 6370 info | grep -i redis_version where, 6370 is the port number. The redis port number can be 6372 as well sometimes. Get Opensearch version…...
FacebookTweetLinkedInPinPrintEmailShares This article shows how you can check different services version on Adobe Cloud server. List all the services with their port number, username, & password echo $MAGENTO_CLOUD_RELATIONSHIPS | base64 -d | json_pp Get Redis version redis-cli -p 6370 info | grep -...