Hi, I've noticed that dbo.umbracoPropertyData increases in size pretty quickly. We have a fairly new project and it's already getting towards 4GB in size.
Will Umbraco just keep adding rows or will old rows be removed eventually? If not, how can this be maintained?
The umbracoPropertyData table keeps growing
Hi, I've noticed that
dbo.umbracoPropertyData
increases in size pretty quickly. We have a fairly new project and it's already getting towards 4GB in size.Will Umbraco just keep adding rows or will old rows be removed eventually? If not, how can this be maintained?
I believe this will be fixed with the content version cleanup feature introduced in 9.1.0.
https://our.umbraco.com/documentation/Fundamentals/Data/Content-Version-Cleanup/
In 8 versions there was this package: https://our.umbraco.com/packages/website-utilities/unversion/ but it shows it is retired. I do think it should still work for 8 installations tho.
Hi Johan.
The history cleanup is introduced in 8.18.0.
But if you can't upgrade, then unversion as Roy is suggesting is working like a charm.
If you just wanna do a simple cleanup, where you remove all versions except the last 4. Then you can do this.
Thanks Bo, I think this is sufficient for my use case
is working on a reply...