Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
What is alternative for unversion in umbraco v10?
Alex
Hi Alex
Why do you need UnVersion for Umbraco 10 as it has been integrated into core since v10 - also known as Content Cleanup. https://docs.umbraco.com/umbraco-cms/10.latest/fundamentals/data/content-version-cleanup
Yes, thanks, what about history clean up? I cleaned versions but database size didn't decrease too much and performance of db queries are still very bad
Issue is that save a node could take a few seconds and database is very overloaded
As I recall UnVersion never cleaned up history logs (audits), only content versions.
But you could check the number of audits:
SELECT COUNT(*) FROM umbracoAudit
But it could be other things as well like number of content and media nodes.
Does it has any custom code hooked into notifcations events, e.g. making API requests, which could slow down saving content node.
thanks also it could be that examine is slow thinking about disabling examine at all
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
unversion for v10
What is alternative for unversion in umbraco v10?
Alex
Hi Alex
Why do you need UnVersion for Umbraco 10 as it has been integrated into core since v10 - also known as Content Cleanup. https://docs.umbraco.com/umbraco-cms/10.latest/fundamentals/data/content-version-cleanup
Yes, thanks, what about history clean up? I cleaned versions but database size didn't decrease too much and performance of db queries are still very bad
Issue is that save a node could take a few seconds and database is very overloaded
As I recall UnVersion never cleaned up history logs (audits), only content versions.
But you could check the number of audits:
SELECT COUNT(*) FROM umbracoAudit
But it could be other things as well like number of content and media nodes.
Does it has any custom code hooked into notifcations events, e.g. making API requests, which could slow down saving content node.
thanks also it could be that examine is slow thinking about disabling examine at all
is working on a reply...