Nexussim Lements
Nexussim Lements

Reputation: 787

Hybris how to completly remove HMC

I need to remove HMC completly from the project, currently HMC is deployed in PRODUCTION,STAGE and DEVELOP environments too. Which are the steps to remove safely HMC ?

Upvotes: 0

Views: 225

Answers (1)

dj_frunza
dj_frunza

Reputation: 1593

Any extension(including hmc) Hybris offers is available after build and server start because it was specified in localextensions.xml .

Therefore I would suggest trying to remove hmc specific extensions from your localextensions.xml, perform a build and server start.

Sometimes , after an extension was removed, a cleanup needs to be done(hac->Maintenance->Cleanup).

Do this on your local setup to see whether it is what you need.

Upvotes: 1

Related Questions