Try our conversational search powered by Generative AI!

Way to bypass content importing migration step after updating versions of commerce

Vote:
 

Is there a way of setting a flag in DB just in order to get that one last and most irrelevant step of migration ticked off?

The project had some refferences to Quicksilver demo site and now that one last step keeps failing althogh all files in App_Data were present.

#186576
Dec 22, 2017 14:55
Vote:
 

If you have the source code, just delete this attribute     [ServiceConfiguration(typeof(IMigrationStep))] on ImportSiteContent, or remove the file completely 

#186581
Dec 22, 2017 16:03
Vote:
 

tblBigTable has the flag in boolean01 for the migrationstep.  I would not advise setting the flag unless it is not a core migration step like quicksilver as you mentioned.

#186655
Dec 29, 2017 14:33
Vote:
 

So only Boolean01 is reserved for setting up a flag? I see that a lot of records have null for a value in that column.

#186656
Dec 29, 2017 14:41
Vote:
 

The column is shared between "stores", and migration step is just one of them. We strongly advise against updating data directly as that can be dangerous.

#186658
Dec 29, 2017 16:49
Vote:
 

Okay. Thank you Quan.

#186659
Dec 29, 2017 16:54
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.