Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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