- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 01:42 AM
Hi ,
I want to backup my application in PDI so that if my instance is recycled after some inactivity period , I can import this app to a new PDI. What I have achieved is exporting the application in xml format , following section
Publish update sets regularly – a PDI best practice
The next step will be importing this xml file to my PDI ,but till now I did not find the solution. My expectation is both the data and structure can be imported to PDI. Looks like in studio we don't have import option...
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 02:39 AM
This can be achieved using integration with github. You will be able to restore your code. Let me know in case of any issues.
https://docs.servicenow.com/bundle/london-application-development/page/build/applications/concept/c_SourceControlIntegration.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 02:27 AM
Hi,
When ever you are developing any application so first need to create local update set .
after completion of the development complete the update set and export in xml file .
that application we can move on the same kind of version not to lesser or greater version .
and if you want to data then data also export from the Application.
Please refer this below links :
you can also check similar answered thread : Moving Changes for an OOB Scoped Application
https://community.servicenow.com/community?id=community_question&sys_id=f33ac3a9db5cdbc01dcaf3231f9619f2&view_source=searchResult
https://docs.servicenow.com/bundle/london-application-development/page/build/system-update-sets/reference/get-started-update-sets.html
Mark the comment as correct if it is helpful for you and closed this thread so other also benefited for same questions .
Thanks
Sanjay Bagri
||DxSherpa Tech. ||
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 02:39 AM
This can be achieved using integration with github. You will be able to restore your code. Let me know in case of any issues.
https://docs.servicenow.com/bundle/london-application-development/page/build/applications/concept/c_SourceControlIntegration.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 11:03 PM
Thanks a lot Hardit. I tried linking the app to source control and it works perfect. The app is now linked to Github and next time when I want to import the app , just choose import from 'Import from source control' option .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 11:20 PM
James,
Can you please post the steps you configure to integrate with Source Control so others can get help of it ?