Restore app from app repo after cloning in dev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:29 PM
Hi,
I have custom app in prod with version of 1.3 but in dev after clone it is in 1.1. So I would like to update the app in dev to 1.3. We are using app repository. We don't have any source control.
Any suggestions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:44 PM - edited 01-08-2024 02:46 PM
@chandukollapart : This discussion may give some help:
https://www.servicenow.com/community/developer-forum/restore-scoped-app-after-cloning/m-p/1501370
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:15 PM
Hi @Sainath N ,
I read those articles but it doesn't have info for updating app in dev until unless cloned again from Prod or commuting update set. If we commit update set does it break publish to app repo going forward If not i will commit update set from Test. Test is currently equal to Prod.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:18 PM - edited 01-08-2024 03:19 PM
@chandukollapart : If you have the equivalent version in TEST, can't we 'publish to Update Set' and deploy it in DEV instead of cloning? Do you see any challenges with this approach?
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:26 PM
@Sainath N I can do that but If I follow that approach does it impact for future version publish from Dev to app repo?