Whenever, we delete a file in Alfresco Document library that file moves to Trashcan and the files are marked as archived in DB (moved to archived store).
If the user deletes the file in Trashcan then after 14 days the file will be moved from contenStore to contentStore.deleted folder. Then Sys admin can delete the file from the file system. But file's metadata and other data related to that file is still in DB and are still marked as archived and not deleted from the DB.
How should I delete the achieved DB entries. I saw few blogs stating those entries will be deleted after 30 days or something. But I do not see anything like that in my Alfresco set up. What properties I have to change or configure to delete old DB entries? and how should I run it manually?