Copied to clipboard

Flag this post as spam?

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


  • trfletch 598 posts 604 karma points
    Jul 14, 2022 @ 08:52
    trfletch
    0

    Upgrading from 7.5.4 to 7.15.7 - What versions can be skipped?

    I have a number of websites that need upgrading from version 7.5.4 to 7.15.7. Some of these are very large sites with lots of content that are being updated daily so taking them offline or making a copy of them to upgrade (then switching this to be the live version) is going to be a problem.

    So far I have managed to upgrade one of the sites locally using Visual Studio and Nuget by going to the following versions:

    • 7.5.4 - 7.5.15
    • 7.5.15 - 7.6.1
    • 7.6.1 - 7.6.14
    • 7.6.14 - 7.7.0
    • 7.7.0 - 7.7.14
    • 7.7.14 - 7.11.1
    • 7.11.1 - 7.15.7

    The problem is that although the codebase in Visual Studio is now updated I cannot simply deploy this live because the live database would have not had the various updates needed.

    The question is, does anyone know if there are versions in my list above I can skip to try and cut down the amount of steps needed to upgrade a site? For example could I jump from 7.5.4 to 7.11.1, then from 7.11.1 to 7.15.7 etc?

    Are there particular version upgrades that make changes to the database so I need to ensure I do those ones?

    Or is there an easy way I can make my local upgraded version in Visual Studio live, for example publish the codebase/files, then run something on the database that will update it so it is compatible with Umbraco 7.15.7 (but not affecting any data in live database which as mentioned is constantly being updated)?

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Jul 14, 2022 @ 09:15
    Søren Kottal
    100

    I'd just try to go all the way from 7.5 to 7.15 in one go as the first thing.

    Most times this will work.

  • trfletch 598 posts 604 karma points
    Jul 14, 2022 @ 09:19
    trfletch
    0

    I did try originally to go from 7.5.4 to 7.15.7 but then when I went into Umbraco everything was blank (node trees, sections etc not showing). I might try it again though just in case there was something that went wrong during the upgrade.

  • trfletch 598 posts 604 karma points
    Jul 14, 2022 @ 14:53
    trfletch
    100

    I have just tried again and I was able to successfully go from 7.5.4 straight to 7.15.7.

    I added "Connection Timeout=300" to the Umbraco database connection string because I had problems before where it would timeout during he upgrade of the database.

    Also I had to remove any references to "urlrewriting" and "urlrewritemodule" in the web.config after upgrading.

Please Sign in or register to post replies

Write your reply to:

Draft