moving more than 10 groups from sub dev to dev and test instance

Ranjana Girotra
Tera Contributor

i have to move 10 or more groups from Dev 2 to Dev and Test instance.

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

Two steps need to be followed for this migration.

1. Export Group: 

Apply a filter on sys_user_group table for the groups which needs to be migrated and export the XML

Screenshot 2023-10-16 at 9.03.53 PM.png

2. Migrate Group Members: If the group members also need to be migrated, then apply for the filter for the groups need to be migrated and export the XML.

 

Screenshot 2023-10-16 at 9.05.05 PM.png

 

Import both the XMLs in target instance.

Screenshot 2023-10-16 at 9.08.18 PM.png

Hope this helps.

 

View solution in original post

3 REPLIES 3

DrewW
Mega Sage
Mega Sage

Either push everything into an update set manually or export the records to XML and then import them into the new instance.

 

jMarshal
Mega Sage
Mega Sage

You can transfer records (like groups) from one instance to another by export/import via XML. See the following links for more info:

https://developer.servicenow.com/dev.do#!/guides/tokyo/now-platform/tpb-guide/xml_data_transfer_tech...


Export and import XML files (servicenow.com) 


Sandeep Rajput
Tera Patron
Tera Patron

Two steps need to be followed for this migration.

1. Export Group: 

Apply a filter on sys_user_group table for the groups which needs to be migrated and export the XML

Screenshot 2023-10-16 at 9.03.53 PM.png

2. Migrate Group Members: If the group members also need to be migrated, then apply for the filter for the groups need to be migrated and export the XML.

 

Screenshot 2023-10-16 at 9.05.05 PM.png

 

Import both the XMLs in target instance.

Screenshot 2023-10-16 at 9.08.18 PM.png

Hope this helps.