How can I check the version of a Liferay instance?

前端 未结 7 834
时光取名叫无心
时光取名叫无心 2020-12-29 23:13

I have several instances of Liferay Portal (bundled with Apache Tomcat 5.5.x/6.x) and I need to know how to check the version of those Liferay instances

7条回答
  •  时光取名叫无心
    2020-12-29 23:39

    If you can get the database, which is one:

    select * from Release_;
    

    there is a column called buildNumber, it can have a value like 6005 or 5203

    The other way, with the apache tomcat startup, you will see in the catalina.out log file: Starting Liferay Portal Community Edition 6.0.5 CE (Bunyan / Build 6005 / August 16, 2010)

提交回复
热议问题