How to restore a scoped app to the latest published version when older version is in dev after a clone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 07:57 AM
We recently cloned over our development instance. One of our scoped apps was not exported as an update set so we could restore it after the clone. Production was at version 1.2.7 when we cloned, but the latest published version is 1.2.7. Version 1.2.7 is also installed in some of our other instances. The application is editable in dev, but it is at version 1.2.5. Is there a way to restore the development version to 1.2.7 so we can continue to edit in dev?
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 09:06 AM
You should have taken update set export or source control e.g github backup before clone.
If your instance is on cloud, then service now takes periodic backup of your instances.
You need to create HI incident and ask them to restore previous backup ( before clone) on your DEV instance.AFter they restore backup on DEV instance before clone, you need to export your scoped app using update sets or take github backup.
After you take backup, you can clone PROD to DEV and after clone is complete, you can re-import your scoped app in DEV instance.
Regards,
Sachin