cancel
Showing results for 
Search instead for 
Did you mean: 

alf_data question

student
Champ in-the-making
Champ in-the-making
alf_data/
            contentstore/              –> save upload content.
            contentstore.deleted/  –> save content orphan.
            lucene-indexes/           –> save lucene index.
            oouser/                      –> What the folder?

Are these folders definition correct?

Can I clean contentstore.deleted folder content?

I uploaded 26.58 GB data on alfresco, but my contentstore folder save 60.04 GB content. What's happened?

Who can help me to understand these things? Thank you!
1 REPLY 1

abarisone
Star Contributor
Star Contributor
Hi,
these folder definitions seem correct.
oouser is a folder created if you have installed Open Office and correctly configured it under alfresco-global.properties
Normally when you delete a file from the repository it is not really deleted but it is moved to archive-spacestore.
The sequence is:
  • You delete some content

  • Content is moved to archive-spacestore (a sort of recycle bin)

  • Delete from archive-spacestore

  • The content is removed from DB and it remains orphan

  • After 14 days a task moves content to contentstore-deleted
A content is safe to be removed if it is held into contentstore-deleted.

Regards,
Andrea