Update Set Migration from once instance to another

Yuvan Raj Kuma1
Tera Contributor

Hello Folks, I'm trying to create automation to move update set from one instance to another based on  some criteria. But i couldn't find a way to move update set. It would be really helpful if someone knows the way to export it using scripts or something else.

3 REPLIES 3

Kris Moncada
Tera Guru

Hi there,

You can pull update sets from one instance to another using Update Sources.

KrisMoncada_0-1717514182179.png

KrisMoncada_1-1717514345429.png

From there just provide the instance url and credentials of the target instance that you want to pull the completed Update Sets from.

If you have alot of completed update sets to pull, I would recommend disabling Auto Preview Update set property. glide.update_set.auto_preview  (More info here: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/system-update-sets/task/...)

Kris Moncada
Tera Guru

Hi there,

You can pull update sets from one instance to another using Update Sources.

KrisMoncada_0-1717514182179.png

KrisMoncada_1-1717514345429.png

From there just provide the instance url and credentials of the target instance that you want to pull the completed Update Sets from.

If you have alot of completed update sets to pull, I would recommend disabling Auto Preview Update set property. glide.update_set.auto_preview  (More info here: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/system-update-sets/task/...)

Yuvan Raj Kuma1
Tera Contributor

Hello @Kris Moncada  Thank you soo much for the help!!!