26 Aug 2021
05:19 AM
- last edited on
07 Sep 2021
04:12 AM
by
MaciejNeumann
Hi,
how can I determine the Dynatrace ActiveGate version via the command line?
Regards
Matthias
Solved! Go to Solution.
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.
In the /var/lib/dynatrace/gateway/config directory, there is a version.properties file that contains your current version
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"