Copied to clipboard

Flag this post as spam?

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


  • rboogaerts 11 posts 132 karma points
    Sep 05, 2019 @ 08:36
    rboogaerts
    0

    How to disable update notification backoffice

    Hi all!

    I'm having a Umbraco 7.11.1 website and i'm planning to update soon. But for now, is there a way to disable the update notification? Searched through all the settings and documentation and couldn't find it.

    Thanks!

  • Erik-Jan Westendorp 29 posts 287 karma points MVP c-trib
    Sep 05, 2019 @ 08:45
    Erik-Jan Westendorp
    101

    Hi rboogaerts,

    You can add the appSetting below to the web.config to disable upgrade notifications.

    <add key="umbracoVersionCheckPeriod" value="0" />
    

    You can find it in the documentation as well.

    https://our.umbraco.com/documentation/reference/config/webconfig/

  • rboogaerts 11 posts 132 karma points
    Sep 05, 2019 @ 13:08
    rboogaerts
    0

    My bad, thought they removed this setting.

    Thank you very much!

  • Tom Primeau Stegmann 13 posts 105 karma points
    Jan 14, 2021 @ 14:00
    Tom Primeau Stegmann
    0

    Hi everyone,

    Yes, this works great in Umbraco 7 - but not in Umbraco 8 where this appSetting seems to have absolutely no effect.

    Does anyone know how to prevent the update notification from popping up in Umbraco 8?

    Thanks in advance! 🙂

    Best regards, Tom

  • Garðar Þorsteinsson 98 posts 473 karma points
    Jan 14, 2021 @ 14:12
    Garðar Þorsteinsson
    1

    Hi Tom,

    This works in version 8.

    <add key="Umbraco.Core.VersionCheckPeriod" value="0" />
    
  • Tom Primeau Stegmann 13 posts 105 karma points
    Jan 14, 2021 @ 14:22
    Tom Primeau Stegmann
    0

    Hi Garðar!

    Thank you for the quick reply. It would appear that I need to clean my glasses a bit + remember to read the bottom of the page! 😉

    Arrrgh! How did I miss that? 😁

    Tom

  • 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