ContentStore Selector doesn't delete old files

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2015 05:17 AM
http://docs.alfresco.com/5.0/concepts/store-using.html says "Under normal circumstances, a trail of content will be left in the stores, just as it would be if the content were being modified. The normal processes to clean up the orphaned content will be followed."
I have two content stores
Content Store A and B
When I move a file from A to B alfresco create a new file in B. But it doesn't delete A file copy. i have configured eagerOrphanCleanup=true.
trashcan.cron=0 * * * * ?
trashcan.daysToKeep=0
trashcan.deleteBatchCount=1000
system.content.eagerOrphanCleanup=true
But still it leaves old files. If I move the file from B to A it creates another file. Right now this file has 3 copies. Is there a way to delete older copies?
I have two content stores
Content Store A and B
When I move a file from A to B alfresco create a new file in B. But it doesn't delete A file copy. i have configured eagerOrphanCleanup=true.
trashcan.cron=0 * * * * ?
trashcan.daysToKeep=0
trashcan.deleteBatchCount=1000
system.content.eagerOrphanCleanup=true
But still it leaves old files. If I move the file from B to A it creates another file. Right now this file has 3 copies. Is there a way to delete older copies?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2015 05:50 AM
I found out that when we change content store selector it creates a new version of the file with same content.
