Inconsistent Data in User, Group, and Contacts related tables after Instance CloneIssue Unexpected results in the User [sys_user], Group [sys_user_group], and Contacts [customer_contact] related tables may have occurred after an instance clone was performed.ReleaseNew YorkOrlandoParisQuebecRomeCauseAfter 7th Feb 2020 and Before 1st May 2020 the Preserve users and related tables functionality was enabled. When submitting an Instance Clone request, by default Preserve users and related tables is checked. As a result, this will Exclude and Preserve User related tables data in the target instance. The following tables are affected: sys_usersys_user_groupsys_user_grmembersys_user_rolesys_user_has_rolecustomer_contact Afterward, we - ServiceNow has investigated that the clone functionality Preserve users and related tables does not work as expected and is now disabled for all clones. See PRB1351704. After 1st May 2020, ServiceNow has disabled the Preserve users and related tables functionality. Even if this Preserve users and related tables is checked or not in the Instance Clone request, this will not Exclude and Preserve User related data in the target instance.ResolutionNote: All preserve and exclude settings are taken from the SOURCE instance used by the clone. Ensure these settings are set on the SOURCE, not the target instance. Create the following Excludes: sys_usersys_user_rolesys_user_has_rolesys_user_groupsys_user_grmembersys_group_has_rolesys_user_role_containscustomer_contact (Note: Only if you have the Customer Service Management plugin installed) This will not bring over any users from the source instance or any of the references to groups and roles, but the sys_user table still needs to be preserved. Note: Roles, groups, and also the links from users to roles and groups will need to be preserved. Create these Preservers: (Add any conditions depending on your requirements) sys_usersys_user_rolesys_user_groupsys_user_grmembersys_user_has_rolesys_group_has_rolesys_user_role_containscustomer_contact (Note: Only if you have the Customer Service Management plugin installed) This will preserve all the users, roles, and groups in the target instance, but it will also preserve the permissions of those users to those groups and roles. This is documented in the following article for Create a data preserver.Related LinksRequest a Clone