Reputation: 2102
Here is the problem,
I am using Alfresco Community version 4.2.0, Content Store Deleted stay on the server about 15 days before being really deleted...
Applications need lot of space, so, the disk gets almost full before that 15 days period reaches its end. So server finally crashes...
Is it possible to configure it to keep the files just a few days, or not at all... and how? After few researches, I don't find any helpful information about that.
Upvotes: 1
Views: 1743
Reputation: 2037
I agree with Mardoz, that solution will help you in achieving what you need but it is important to know content life cycle if you are dealing with this.
This should give you idea on everything you need.
http://blog.arvixe.com/content-lifecycle-in-alfresco/
http://docs.alfresco.com/5.0/concepts/clean-content.html
Upvotes: 1
Reputation: 1657
By default the time before content is deleted is set to 14 days. You can set the value of 'protectDays' in your alfresco-global.properties:
system.content.orphanProtectDays=2
Note - Don't set this to 0, it causes other issues.
Upvotes: 5