Login Liferay 6.2 EE with administrative permissoins and make sure that you have been logged in to main portal instance. Then navigate to
Control panel
and under Configuration
section choose Server Administration
.
From Server Administration
choose Script
tag and choose language as choise Groovy
.
Copy paste following code script
field and click Execute
button.
import com.liferay.portal.kernel.util.*;
import com.liferay.portal.kernel.patcher.PatcherUtil;
out.println(StringUtil.merge(PatcherUtil.getInstalledPatches(), StringPool.COMMA_AND_SPACE));
Find latest following The following patches are installed
sentence from log files. This can be achieved example with grep
command like below.
grep "The following patches are installed" <log file>