Moving users between portal instances
All of these operations are performed in the ZMI, not from the Plone interface.
- Go to your new site and
Deletethe following objects (all relative to the Plone site root):acl_users->Contents->Groups->acl_users(delete this)acl_users->Contents->Users->acl_users(delete this)Membersportal_groupdataportal_memberdata
-
Cutyour existingacl_users->Contents->Groups->acl_usersobject from the old site andpasteit into the new one at the same location. -
Cutyour existingacl_users->Contents->Users->acl_users, object from the old site andpasteit into the new one at the same location. - Go to the root of the old site,
cutthe following objects:Membersportal_groupdataportal_memberdata
- Go to the root of the new site, and
pasteall the objects you justcutthere. - Your new site should be ready to use with the old users, groups, memberdata and home folders!
The reason that you have to do all this is that the users, groups, memberdata information and member home folders are stored in separate locations, and they all have to be moved over at the same time.
