Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find out the Hybris version of a server?

Tags:

version

hybris

Is there any specific way of finding out the Hybris version of a server.

I know that the hybris version appears in logs during server startup but I was wondering if it can be found somewhere in hac or backoffice. That way I will be able lookup the version deployed on a specific test machine.

I also know about the hac foot note which opens the popup mentioning the OS, the number of CPUs, and the version. But for older versions of Hybris the version is not included.

like image 931
dj_frunza Avatar asked May 22 '18 15:05

dj_frunza


1 Answers

You can see the platform version from hac -> Platform -> Configuration and look for the build.version property. The value should be the hybris version, and I think that still work for 5.x versions.

Or you can download some console logs to check for the startup version (using the uptime as a guide for what to download) also via hac -> Platform -> Support

like image 196
leaber Avatar answered Oct 09 '22 16:10

leaber