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)
Solved! Go to Solution.
Views
Replies
Total Likes
I would recommend using:
Migrate from which version to which one? repo init is the recommended way to handle system users going forward. Follow the below links to understand more.
https://sling.apache.org/documentation/bundles/repository-initialization.html
https://bimmisoi.blogspot.com/2021/08/create-system-user-using-repository.html
https://www.nextrow.com/blog/adobe-experience-manager/getting-started-with-apache-sling-repo-init
https://drewrobinson.com/blog/aem-repository-initialization-with-repoinit
From local to dev environment, aem 6.4
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
suppose i have created using crx/explorer, then how can i migrate it to dev from local.
I would recommend using:
Views
Likes
Replies