Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clean Liferay files and server diskspace

Tags:

java

liferay

I am working on Liferay system, where I uploaded almost 400 GB data. Because of some unavoidable reason, I deleted all the files from Liferay.
But when I check at disk, I can still see disk is occupying almost same data what I uploaded.

As I cant delete the files from document library, Can anybody please suggest how to clean my disk?
I want to upload that data again.

like image 983
Kiran Avatar asked Aug 31 '15 06:08

Kiran


1 Answers

Temporary folders/files that can be removed:

  • /LIFERAY/data/lucene
  • /LIFERAY/data/jackrabbit
  • /LIFERAY/data/osgi
  • /LIFERAY/logs/ (all files)
  • /LIFERAY/TOMCAT/temp
  • /LIFERAY/TOMCAT/work
  • /LIFERAY/TOMCAT/logs/ (all files)
like image 177
Artem Khojoyan Avatar answered Oct 23 '22 01:10

Artem Khojoyan