Moving multiple update sets to PROD

terp
Giga Contributor

Hi Community,

I'm looking for suggestions or thoughts on moving update sets to PROD.   (Cloning the environment isn't an option).   Our team built an app and has 10+ update sets in TEST, I need to move them to PROD.   Is it best to move the updates sets one by one? or merge them into one update set?

If I move them one by one, I'm concerned about the collisions AND identifying the order of the update set configurations.   Any thoughts after loaded, on how to identify the order I should commit the update sets?

What kind of issues have you run into when merging into 1 update set?

Thanks.

5 REPLIES 5

Uncle Rob
Kilo Patron

The answer is it depends.   There's definitely times where you'll want to merge, and times when 1-by-1 is better.
Unfortunately the *best* thing to do is anticipate this problem and build a 'play book' for release as you develop... *especially* if you're working under a single application.


Most ServiceNow partners have established practices for this.


terp
Giga Contributor

Thanks for taking the time to respond Robert.   Unfortunately, I'm coming in on the tail end of the project and can't anticipate or implementing best practices for this rollout   but I'm trying to come up with a plan fwd with the cards I was dealt.      


Any chance customer has a QA instance?   Meaning an instance that's NOT the test instance but also not Dev or Prod?


Mike Allen
Mega Sage

We used merging pretty well at my old job.   We'd merge everything into a single set and didn't worry about the order because merging reconciles the records, keeping the latest change.   Especially if you have a large number of developers, it really helps.