Export the entire application to another PDI

rfernandes0
Tera Contributor

Is there the possibility of migrating an application from one PDI to another?

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

HI @rfernandes0 

 

https://www.servicenow.com/community/developer-forum/how-to-migrate-the-new-application-from-one-ins...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Runjay Patel
Giga Sage

Hi @rfernandes0 ,

 

Update set is best way to migrate changes from one instance to another.

 

if you have captured the changes in update set then easily to can transfer to your target instance , if not then create new update set and move the changes related to your app from default update set and then deploy your update set.

 

 

rfernandes0
Tera Contributor

GlideFather
Tera Patron

Is it one scope only, or global + some other?

You can create a parent update set and add all the changes made, then close the parent update set, click "Export to XML" in the related links and move it to the other instance as following.

Access the target instance, there you can navigate to "Retrieved update sets", import the update set (right mouse button on any of column names - import XML, watch: "Import XML" (second from below), not "Import" (roughly in the middle).

 

Screenshot 2024-11-04 at 08.22.36.png

Once you import it, open the imported recored and commit it.

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */