- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 08:28 AM
Hi,
I just clean up my system to delete whole files (3 years old collections of documents) from the front-end manually
Then also delete it from the trash bin.
But when I checked into alf_data/contentstore, those files are still there and occupy disk space.
alfresco@dmsdev:/opt/alfresco-community/alf_data$ du -h --max-depth=1 contentstore/12G contentstore/201731M contentstore/201614G contentstore/201825G contentstore/
My questions:
1. How to ensure that those files are safe to delete?
2. How to check between list on database and file system, so if we are not found files in db, then we are safe to delete on file system.
Thank you,
[bayu]
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 04:11 PM
Hi:
Once deleted from trahscan, after a period of 14 days by default, content will be moved to contentstore.deleted (and then you can delete them from disk safely). In 30 days, node references will be purged from database.
https://i1.wp.com/blyx.com/wp-content/uploads/2014/08/Slide1.png
Regards.
--C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 04:11 PM
Hi:
Once deleted from trahscan, after a period of 14 days by default, content will be moved to contentstore.deleted (and then you can delete them from disk safely). In 30 days, node references will be purged from database.
https://i1.wp.com/blyx.com/wp-content/uploads/2014/08/Slide1.png
Regards.
--C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2018 06:08 PM
Thank you Cesar Capillas, I didn't know about 14 days contents will be moved to contentstore.deleted.
