What is the best way to remove/add/modify node structure in a live production environment? | Community
Skip to main content
April 25, 2020
Solved

What is the best way to remove/add/modify node structure in a live production environment?

  • April 25, 2020
  • 1 reply
  • 6057 views

My AEM platform contains 3 websites of which contains lots of content. I need to remove/add/modify content nodes in production without affecting content authors and their daily tasks. What is the best practice and best way to remove/add/modify content nodes without affecting production content authors? How should I test this and go live?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Have you tried content packages already?

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
April 25, 2020

Have you tried content packages already?

April 26, 2020
Thank you, but there's a solution I found online, using AEM Groovy https://github.com/icfnext/aem-groovy-console. Would this work? And also would writing a dynamic servlet work as well?