Copied to clipboard

Flag this post as spam?

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


  • Cedeste 36 posts 128 karma points
    May 30, 2023 @ 14:13
    Cedeste
    0

    Stop Upgrade 11.1.0 to 11.2.0

    How do you disable the auto upgrade? We have a development site that is set to go live in a few days and is currently down due to it wanting to upgrade from 11.1 to 11.2. I'm hesitant to do the upgrade because we don't want to mess anything up. How do you disable this?

    "VersionCheckPeriod": 0,

    has been added to the app settings json

    I've also seen adding

    to the web config.But neither works.

    Any help would be greatly appreciated.

  • TiaNewman 2 posts 71 karma points
    May 31, 2023 @ 06:27
    TiaNewman
    0

    Hello, Modify the web.config file: Open the web.config file of your application and add the following line within the

    This configuration change should prevent the application from automatically checking for upgrades.

    Check the app settings JSON: Make sure that the "VersionCheckPeriod" value in your app settings JSON file is set to 0. It should look like this: This configuration change should prevent the application from automatically checking for upgrades.

    Check the app settings JSON: Make sure that the "VersionCheckPeriod" value in your app settings JSON file is set to 0. It should look like this:

  • Steffen Hornbæk Nielsen 42 posts 133 karma points
    May 31, 2023 @ 10:17
    Steffen Hornbæk Nielsen
    0

    Hello Cedeste,

    This might not be relevant at all, but i just want to make sure, that you placed the VersionPeriodCheck correctly in your appsettings.json.

    Is it places under Umbraco -> CMS -> Global?

  • Cedeste 36 posts 128 karma points
    May 31, 2023 @ 11:23
    Cedeste
    0

    Yes. I believe it has been added correctly.

    Here is the global section of my appsettings.

    "Umbraco": {
    "CMS": {
      "Global": {
    "ShowMaintenancePageWhenInUpgradeState": false,
        "VersionCheckPeriod": 0,
        "Id": "9a7fb08c-48a2-4757-8bbd-2f7a3a561933",
        "SanitizeTinyMce": true
      },
      "Content": {
        "ShowDeprecatedPropertyEditors": true,
        "AllowEditInvariantFromNonDefault": true,
        "ContentVersionCleanupPolicy": {
          "EnableCleanup": true
        }
      }
    }
    

    },

  • Felix Ivan Romero Rodríguez 3 posts 23 karma points
    16 days ago
    Felix Ivan Romero Rodríguez
    0

    Greetings! I want to know if there is another approach for this. In this case, my Umbraco installation was working normally and suddenly showed the upgrade screen. Is there another way to force Umbraco to a specific version? I mean stop upgrading. In my case, I was working with version 10.6.1 and it said that it had to upgrade from version 10.0.0

    Thank you!

Please Sign in or register to post replies

Write your reply to:

Draft