Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Looking for best practice for Content Synchronization for Experience Manager

Avatar

Level 1

We are looking for a best practice suggestion for Content Synchronization for Experience Manager.   Code vs content and then production down?   What are others doing?

Thanks,

E

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

@Eric_261,

  1. It's best practice not to alter Production code in crx/de, rather than to manage the code with regular deployments with Maven.
  2. When pulling production content down to a BETA or Staging environment, you can use the package manager. This method ensures that the content author's routines are not stopped during the time of content migration.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

@Eric_261,

  1. It's best practice not to alter Production code in crx/de, rather than to manage the code with regular deployments with Maven.
  2. When pulling production content down to a BETA or Staging environment, you can use the package manager. This method ensures that the content author's routines are not stopped during the time of content migration.