What is the recommended approach for updating the project data?

Your solution has been live for a significant period of time. Now you need to update project data across multiple environments, but this update should only be executed once.

What is the recommended approach for updating the project data?
A . Create a class that extends AbstractPatchesSystemSetup and configure any data patches, which can run an import of your ImpEx files during an update.
B. Extract a SQL script of all the changes in a single environment, which a OBA can then run directly against the database for all remaining environments.
C. Create a class that extends AbstractSystemSetup and use the @SystemSetup annotation with TYPE.PROJECT, which can run an import of your ImpEx files during an update.
D. With each deployment, manually import the ImpEx files via the hybris Admin Console or via the ant importimpex target.

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments