System user is not migrating as part user migartion | Community
Skip to main content
apolu
Level 2
May 2, 2019
Solved

System user is not migrating as part user migartion

  • May 2, 2019
  • 2 replies
  • 3120 views

Hi Team,

I followed adobe documentation on user migration along with ACL permissions, and achieved successfully. But system user is not migrated as per of this activity, can someone help me on how to make system user as package along with permissions?

We are in process of automating few things ,so we need way to find out a package or any other way like curl commands? if yes can you let me know the curl command to create a system user along with permissions?

Source: Aem6.3

Destination: Aem6.4

Thanks,

Amarnath Polu

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BrijeshYadav

Just a quick note:

do you have system users in exclude path of your package?

<exclude pattern="/home/users/system"/>

2 replies

BrijeshYadav
BrijeshYadavAccepted solution
Level 5
May 2, 2019

Just a quick note:

do you have system users in exclude path of your package?

<exclude pattern="/home/users/system"/>

apolu
apoluAuthor
Level 2
May 2, 2019

Hi Yadav Brijesh

Thanks for update, it worked after removing from exclude list and able to reflect the changes

Thanks,

Amarnath Polu