Reputation: 145
I suppose it runs essentialdata.impex. I am not sure of the difference. Any inputs from hybris experts highly appreciated.
Upvotes: 2
Views: 5891
Reputation: 61
Initalization:
Updating
Upvotes: 6
Reputation: 145
In Update suppose you have done any change in attribute of items.xml then after update older will remain in table structure and newer will also create (it apply same for column also)
You need to intialize the system, only when you want to build the site from scratch or when you are creating new environemnt. like QA/Staging/Prod.
You will do system update - whenever you are making modifications to *items.xml file. like adding an itemtype or modifying existing item type or changing any restrictions etc..
Upvotes: 0
Reputation: 156
Initialization drops existing type definitions from the database prior to rebuilding, so the entire type system is created from scratch. So during an initialization, type system definitions are created to match the type system definition in the items.xml files.
During an update, type system definitions are modified to match the new type system definition in the items.xml files.
During the initialization and update processes, the platform looks for ImpEx files in the /resources/impex folder. In particular:
Upvotes: 2