What is the best way to migrate from a dev instance to prod?

joaosantos
Mega Expert

Can i just clone dev to prod? how long would it take?

shashanktonpeka
ServiceNow Employee

Best way to move customizations from one environment to other would be using Update Sets. Data can be exported and imported using the export and import functionality.


sach1
Tera Guru

Yes you can clone dev to prod.I assume you do not have a TEST/UAT environment.



If this is a fresh migration meaning production is not live yet then a clone is suggestible. This will mitigate risk of unexpected issue sn production.


vinothkumar
Tera Guru

Hi Joa,



The best way to move changes from DEV to PROD is the use of update set and it is not advisable to clone from DEV to PROD. Can you tell us the reason why you want to clone from DEV to PROD?


Just trying to find the best way to migrate the implementation i did in dev to prod. As i have processes tables and data that i want in the prod instance