- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:16 AM
I have been thinking on developing some experimental projects on my PDI, but I'm afraid I loose my development if I don't access the instance for some period. How do you backup your developments? Is there a way to use GitHub to store my update sets?
I'm new to this, so any insight would be helpful!
Thanks in advance,
Giovanna
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:29 AM
Hi @GiovannaRP
Backup and restore you PDI data using GITHUB
FYI, earlier Backup and restore feature was available for PDI's which is disccontinued since 15 DEC 2022
Link to that Post- https://developer.
However, there is a way to Backup your PDI Data using GITHUB
Please go through this URL for detailed explanation - https://developer.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:21 AM
Hi @GiovannaRP
you can create an update set and once you are done you can complete that update set and export it to XML.
But if you have any data you need to export (XML) them as well.
Alternatively, you can create an custom app and then to export/backup the entire app. But if you would have for example custom app and you would liek to change something in the ESC then it is already EC scope so you will need to export that as well. All the custom changes are stored in [sys_update_xml] table, plus the data (there is a way how to enforce the data to be in update set as well)..
Or you should login in at least once in 10 days :)) my PDI is up since February 😄 never had it for such long time before...
GitHub is also possible but I never did that so cannot advice you about it..
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:29 AM
Hi @GiovannaRP
Backup and restore you PDI data using GITHUB
FYI, earlier Backup and restore feature was available for PDI's which is disccontinued since 15 DEC 2022
Link to that Post- https://developer.
However, there is a way to Backup your PDI Data using GITHUB
Please go through this URL for detailed explanation - https://developer.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
@GlideFather @Dr Atul G- LNG Thanks for the tips guys!