Is ServiceNow available as On-Premise?

ajayksharma
Kilo Contributor

Is ServiceNow available as On-Premise? Or is it only available in a cloud offering?

If it is available On-Premise, is the code/app and data   that is developed portable to be moved between the On-Premise and cloud offerings and work instantly if we need to switch over at some later point?

7 REPLIES 7

Hi @RJ_ConfigureTek 

 

https://www.servicenow.com/community/developer-forum/migrating-from-on-premise-to-off-site/m-p/19150...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks @Dr Atul G- LNG 

swong212
Kilo Contributor

Hi-



The code/app is for the most part portable since the configs are contained in your database.



I would imagine that all you need to do is a database dump of your node's db, and send that to SN for import into their db server.



Thanks, Sam