Copied to clipboard

Flag this post as spam?

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


  • Bertram Paaskesen 2 posts 22 karma points
    Aug 23, 2022 @ 19:16
    Bertram Paaskesen
    0

    Modification to migration script

    The evision-ecommerce installs its tables in the Umbraco database. This is convenient in most situations but gives problems when you migrate from one Umbraco version to another, even in the same Umbraco generation e.i. upgrade 8.6.0 to 8.6.6 because the installer refuses to continue because it finds “foreign” tables in the Umbraco database. Currently, we have the issue in generation 8.x

    Does anybody know the trick that makes it possible, in a simple way, to bypass the database check, so Umbraco only checks its own tables?

  • Lisa Moreira 6 posts 76 karma points
    Aug 24, 2022 @ 05:34
    Lisa Moreira
    0

    Hello, Bertram Paaskesen

    You can use either of these two packages: 1. https://jumoo.co.uk/usync/ 2. https://our.umbraco.com/packages/developer-tools/umbraco-deploy/

    to transfer content and media files between envs. Myherbalife You can also go with the custom built DB migration approach but I don't have any guides for that.

    We use the 2nd package on Umbraco Cloud as it's a part of the Paas offering.

    Thanks, Lisa Moreira

  • Bertram Paaskesen 2 posts 22 karma points
    Aug 24, 2022 @ 20:16
    Bertram Paaskesen
    0

    Hi Lisa Thanks for your reply. I know about the two tools you mention. They issue happens after we update UmbracoCms.core and UmbracoCms.web. First time we try to run the application in the debugger, Umbraco comes up with the initialization page enter image description here

    When you continue the next screen showsenter image description here

    The issue written in the logs shows that Umbraco complain about tables he dont know about (the list shows the custom tables from evision ecommerce). My conclusion is that we must modify the installer/updater, to avoid the issue, but I do not know how to do what code I had to modify.

Please Sign in or register to post replies

Write your reply to:

Draft