Magento2: Check Services version on Adobe Cloud Server

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 … Read more