Skip to content

Incorrect steps for migrating groups using a CRX package #7

@joostvdbroek93

Description

@joostvdbroek93

Documentation for migrating groups on https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-16448.html under 'Step 2B: Migrate users and groups (using packages)' states:

'12. Repeat steps 11-14 for the groups package.'

I think they meant steps 1-4 instead, however step 4 only include exclude filters for users.

Also under 'Step 1: Find the admin and anonymous users'

In the bottom “Query” box, enter this query to find the admin user: /jcr:root/home/users//element(*,rep:User)@rep:principalName=“admin”

should be

In the bottom “Query” box, enter this query to find the admin user: /jcr:root/home/users//element(*,rep:User)[@rep:principalName=“admin”]

Repeat step 3 with a query for anonymous user: /jcr:root/home/users//element(*,rep:User)@rep:principalName=“anonymous”.

should be

Repeat step 3 with a query for anonymous user: /jcr:root/home/users//element(*,rep:User)[@rep:principalName=“anonymous”.]

(Also the 'Edit this page' link on the page is broken, github repo AdobeDocs/experience-cloud-kcs does not exist?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions