cancel
Showing results for 
Search instead for 
Did you mean: 

Reclaim disk space

andyhorton
Champ in-the-making
Champ in-the-making
Hi,

Running Alfresco Community 4 on CentOS. I have deleted gazillions of large files (movies) and have emptied the Bin. However, I have not seen any increase in the amount of free space on the disks…. How can I reclaim the unused space (which I would like to use for something else - not Alfresco).

Thanks for your help guys.

Andy
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
Once you delete the files from alfresco it moved to archived space.
If you delete from there then it is completely deleted from UI.
But although it is deleted from there still the binary file is there in the content store in the alfresco's alf_data.
So, if you removed the files from there then only you will get you disk space free.
But be careful in doing that. Smiley Happy

mrogers
Star Contributor
Star Contributor
There are a few steps in deleting content.

First the content can be archived so it can be "undeleted" by an adminstrator.

However after content has been deleted for good in alfresco it becomes "orphaned".     A Job runs every night and moves the orphaned content into a folder   (dir.contentstore.deleted)   which if you have not changed anything will be alf_data/deleted

Once the content is in the deleted folder you have a last chance to back it, move it somewhere else or delete it for good.

andyhorton
Champ in-the-making
Champ in-the-making
mrogers,

Thanks, that is it. I am the admin, so I had already deleted from the Bin - I assume the Bin is what you mean by "archived"? So today, after the overnight job has run, I was able to delete the content from contentstore.deleted - and now, of course, the space is freed.

Thanks.