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?
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.
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
When you continue the next screen shows
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.
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?
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
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
When you continue the next screen shows
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.
is working on a reply...