Skip to content

add more steps in the data migration script

Mingyang Zhu requested to merge additional-steps-data-migration into master

Add 2 extra steps in the data migration script. The current script will migrate the data from v1 as-is. And the extra steps will do the following

  1. Run the tenant provisioning API first before migrating data. It creates the bootstrap groups and relationship
  2. Migrate data admins. In entitlements-azure, there is a feature allows the whitelisted data admins to be able to access all data groups. V2 achieve this through the group hierarchy through the data admin group (users.data.root). So just migrating data as-is will make the data admins. This extra step run at last to add all the whitelisted data admins from v1 into the data admin group.

Merge request reports