Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

system user in AEM

Avatar

Level 4

How to migrate system user and all its reative mappings and configs in AEM from dev to qa environment? (created through crx/explorer  not through repoinit)

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I would recommend using:

  1. Manual ACL packaging from dev to qa
  2. ACS common utility for ACL package - https://adobe-consulting-services.github.io/acs-aem-commons/features/packagers/acl-packager/index.ht... 
  3. Netcentric ACL Tool - https://github.com/Netcentric/accesscontroltool 


Arun Patidar

View solution in original post

6 Replies

Avatar

Employee Advisor

As per the documentation, AEM 6.3 and greater is recommended to use repo init implementation for handling system user/ACLs. https://adobe-consulting-services.github.io/acs-aem-commons/features/ensure-service-users/index.html

 

Avatar

Level 4

suppose i have created using crx/explorer, then how can i migrate it to dev from local.

Avatar

Correct answer by
Community Advisor

I would recommend using:

  1. Manual ACL packaging from dev to qa
  2. ACS common utility for ACL package - https://adobe-consulting-services.github.io/acs-aem-commons/features/packagers/acl-packager/index.ht... 
  3. Netcentric ACL Tool - https://github.com/Netcentric/accesscontroltool 


Arun Patidar