I'm in the process of cleaning up an old umbraco install.
The umbracoLog-table is safe to delete (at least the oldest entries) But how do I delete old versions of page data? I assume that if I just go ahead and clean out stuff from the ContentVersion-table hell will break loose? ( so I thought I would ask for advice first - mwahah)
Housecleaning of the database, ideas?
Hi guys!
I'm in the process of cleaning up an old umbraco install.
The umbracoLog-table is safe to delete (at least the oldest entries)
But how do I delete old versions of page data? I assume that if I just go ahead and clean out stuff from the ContentVersion-table hell will break loose? ( so I thought I would ask for advice first - mwahah)
Thanks,
Simon
Hi Simon,
To remove the version history - take a look at the UnVersion package. http://our.umbraco.org/projects/website-utilities/unversion
The latest version is for v4.5, but I think the previous versions are for v4.0.x.
Cheers, Lee.
Hi Lee,
Thanks I'll take a look at it. :)
Simon
Don't delete the contents of the umbracoLog table, part of that is used for the audit trail
is working on a reply...