Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Nov 13, 2024 @ 18:08
    Alex Skrypnyk
    0

    unversion for v10

    What is alternative for unversion in umbraco v10?

    Alex

  • Bjarne Fyrstenborg 1286 posts 4060 karma points MVP 8x c-trib
    Nov 13, 2024 @ 21:56
    Bjarne Fyrstenborg
    1

    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

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Nov 14, 2024 @ 11:28
    Alex Skrypnyk
    0

    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

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Nov 14, 2024 @ 11:29
    Alex Skrypnyk
    0

    Issue is that save a node could take a few seconds and database is very overloaded

  • Bjarne Fyrstenborg 1286 posts 4060 karma points MVP 8x c-trib
    Nov 14, 2024 @ 22:55
    Bjarne Fyrstenborg
    100

    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.

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Nov 15, 2024 @ 17:44
    Alex Skrypnyk
    0

    thanks also it could be that examine is slow thinking about disabling examine at all

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies