Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What all tables need to be excluded while cloning from prod to sub-prod

reddy8055
Tera Contributor

Hi,

We are cloning prod to dev instance and want to exclude rest api end-points as in prod rest api end-points pointing towards prod ones (third-party API's) and we do not want to bring this to sub-prod environment. So what all tables need to be excluded ?

 

Thanks,

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, unfortunately your question\requirement is not very clear, I suspect that you are interested in the Application registry table 'oauth_entity' ?

 

But, if this is a client integration to your instance then their endpoint is still going to be pointed at your prod instance and so the existence of the configuration will have minimal impact
and a better solution would be to use a clone clean up script to disable the integration (set active = false), so that the configurations are still available for development and fault finding, if required.