0

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 ?

Nexussim Lements
  • 535
  • 1
  • 15
  • 47

1 Answers1

1

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.

dj_frunza
  • 1,553
  • 3
  • 17
  • 28