How do I restore my deleted update set

newventure2009
Kilo Explorer

I accidentally deleted my update set . The update set was not backed up. How can Irestore my update set ?

1 REPLY 1

csandoval
ServiceNow Employee
ServiceNow Employee

If the sys_update_set table is listed in the glide.ui.audit_deleted_tables property, then you should be able to find the deleted record in sys_audit_delete and undo the delete. If the sys_update_set table is not listed then the deletions are not captured and you lost the data.

You may ask to restore from backup to one of your sub-production instances, then you may be able to export from your backup copy.