26 Aug 2021 01:19 PM - last edited on 07 Sep 2021 12:12 PM by MaciejNeumann
Hi,
how can I determine the Dynatrace ActiveGate version via the command line?
Regards
Matthias
Solved! Go to Solution.
26 Aug 2021 01:51 PM
That's a really good question, You can find it in the UI quite easily. Ill ask about the command line option and get back to you today on that.
26 Aug 2021 02:50 PM
In the /var/lib/dynatrace/gateway/config directory, there is a version.properties file that contains your current version
26 Aug 2021 04:19 PM
Assuming it is linux box and gateway is installed in /opt/dynatrace/gateway
below grep will give the version
grep GATEWAY_VERSION= /opt/dynatrace/gateway/dynatracegateway
GATEWAY_VERSION="1.221.116.20210716-124604"