06-05-2019 03:04 PM
First question is it even possible to recover a file object from contentstore.deleted?
I have not seen anything referring to the ability to do so.
So just wondering what value it has ?
Should I set
system.content.eagerOrphanCleanup=true
06-05-2019 04:05 PM
Hi:
The quick answer is no, you can recover the binary file, and changing the .bin extension for the appropiate mimetype, you can open it. But it lacks of any context or filename, site or metadata.
If you do system.content.eagerOrphanCleanup=true once the trashcan is emptied, the file will not be moved to contentstore.deleted but it will be deleted from the file system (contentstore).
By the way, I prefer to leave it as default (false) and to delete contentstore.deleted manually or via crontab in OS. In general, it is interesting to know how many deletions are doing your users in the repo. Also, it also serves for checking that thrascan cleaner is working properly.
Regards.
--C.
06-05-2019 04:05 PM
Hi:
The quick answer is no, you can recover the binary file, and changing the .bin extension for the appropiate mimetype, you can open it. But it lacks of any context or filename, site or metadata.
If you do system.content.eagerOrphanCleanup=true once the trashcan is emptied, the file will not be moved to contentstore.deleted but it will be deleted from the file system (contentstore).
By the way, I prefer to leave it as default (false) and to delete contentstore.deleted manually or via crontab in OS. In general, it is interesting to know how many deletions are doing your users in the repo. Also, it also serves for checking that thrascan cleaner is working properly.
Regards.
--C.
Explore our Alfresco products with the links below. Use labels to filter content by product module.