Copied to clipboard

Flag this post as spam?

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


  • Tim Mather 33 posts 136 karma points
    Feb 07, 2024 @ 10:16
    Tim Mather
    0

    Umbraco 12 automatic upgrade?

    Hi All,

    Recently did a clean install of 12.3.3 client build has been fine then in the last few days we are getting forced to upgrade? Site seems to think it is on v12.0. So a couple of questions:

    Why would it force an upgrade anyway and how do we stop it?

    Why does it think its on an older version?

    Thanks

    Tim

    enter image description here

  • Owain Jones 55 posts 384 karma points MVP 3x c-trib
    Feb 08, 2024 @ 12:13
    Owain Jones
    100

    Hi Tim,

    The current version of Umbraco is stored in the umbracoKeyValue database table as a migration step GUID, for example: Screenshot showing the umbraco core upgrader state in the umbracoKeyValue database table

    In the screenshot above, you can see that the last database migration ran against the database has the GUID FFB6B9B0-F1A8-45E9-9CD7-25700577D1CA, which is the database migration for Umbraco 11.4.0.

    In your case 6158F3A3, indicates that the database has been upgraded to Umbraco v13, as you can see in Umbraco's migration plan here: https://github.com/umbraco/Umbraco-CMS/blob/7046c3585b65b0fb3e6d87ad640035f2be7f3b66/src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs#L107C44-L107C52

    My best guess would be that someone has accidentally run a v13 project, whilst using the connection strings for your production database.

Please Sign in or register to post replies

Write your reply to:

Draft