Pushing an update set from one instance to another

prudhvig
Tera Expert

Hi,

I have created an update set in my Servicenow instance and want to push that to the Prod instance. Could someone help me out in pushing this up? Thanks in advance.

3 REPLIES 3

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

You set this up on the production instance. Here is a good documentation how: Update set transfers


Deepak Kumar5
Kilo Sage

Export to xml from related link of update set to your local machine.


On prod, search retrive update set from left nev then go to bottom of page and click on retrive update set link.


Upload the xml file then review it, commit it.


sushant007
Kilo Guru

Goto the update set you want to push to production.


Export the update set and this export option will be available only when state= complete.


then goto your production instance> retrieved update set at bottom of the page you will see related link "import update set from xml"


click on that link and import your previously exported update set and then open the update set > preview it and finally commit.