내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM 6.4 Groups permission Migration

Avatar

Level 1

Hi,

I am supposed to migrate groups with permissions from one AEM instance to another. Are there any other tested alternatives for the same apart from ACS ACL Packager? The ACS tool does not seem effective and seems to be missing out a few permissions on the destination AEM instance. Please note that these groups are all custom.

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

@vaibhav__sharma 

You can do it with the help of PackageManager.

1. First of all, You need to write some XPATH queries (or else you can choose SQL, SQL-2 whichever suits you).

2. With the help of the queries, you can find the custom group present inside the CRXDE.

3. Get those all the paths found in the result by verifying all the nodes and use the same path inside the filter section of the Package Manager.

4. Creating a package is the easiest way to migrate your users from one instance to another one, also you get a chance to verify the details about all the nodes like rep:policies which are very important while migrating contents.

 

Hope this will help you .

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@vaibhav__sharma 

You can do it with the help of PackageManager.

1. First of all, You need to write some XPATH queries (or else you can choose SQL, SQL-2 whichever suits you).

2. With the help of the queries, you can find the custom group present inside the CRXDE.

3. Get those all the paths found in the result by verifying all the nodes and use the same path inside the filter section of the Package Manager.

4. Creating a package is the easiest way to migrate your users from one instance to another one, also you get a chance to verify the details about all the nodes like rep:policies which are very important while migrating contents.

 

Hope this will help you .

Avatar

Employee Advisor

You can look into the steps at [1] which provide an alternative to using ACS commons. Check under "Migrate ACL's"

 

[1] . https://helpx.adobe.com/experience-manager/kb/migrate-users-groups-ACLs.html