Delete update set in test instance

Srinivasu2
Tera Contributor

Hi Team,

 

One Practical scenario, what have done work in dev instance and moved to test instance, in test instance we have committed the update set, unfortunately my colleague has deleted the update set, what will happen?

 

 

Thank in advance!

 

Regards.

Srinivasu 

2 REPLIES 2

AnveshKumar M
Tera Sage
Tera Sage

Hi @Srinivasu2 ,

It will cause the customizations being lost when the instance is upgraded.

Refer the official documentation here.

https://docs.servicenow.com/en-US/bundle/utah-application-development/page/build/system-update-sets/....

 

Thanks,
Anvesh

Prince Arora
Tera Sage
Tera Sage

@Srinivasu2 

 

When an update set is deleted in a specific instance, an error message appears indicating that a certain number of customer updates could be affected. This implies that the changes captured in the update set might be lost in that instance.

Solution: To address this, simply redeploy the same update set from the development instance to the test instance once again. It's possible that you may encounter preview update set errors during this process. In that case, you should accept all the errors that arise. This will help restore the changes and ensure that the intended updates are applied correctly in the test instance.

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.