DevOps clone best practices

Rob50
Tera Contributor

Does anybody have any recommendations on cloning best practices other than preserving the DevOps tables. There are multiple different tables, and not all documented therefore I thought there may be an easier way to maintain the integrations in the sub-production post clone.

Cheers,

R

1 ACCEPTED SOLUTION

Dionbecu
Tera Guru

This has been a pain point for us as well. It looks like the finally put out information in the docs site about this. I hope it helps.
https://docs.servicenow.com/bundle/washingtondc-devops/page/product/enterprise-dev-ops/reference/dev...

View solution in original post

3 REPLIES 3

Dionbecu
Tera Guru

This has been a pain point for us as well. It looks like the finally put out information in the docs site about this. I hope it helps.
https://docs.servicenow.com/bundle/washingtondc-devops/page/product/enterprise-dev-ops/reference/dev...

Neeljy
Tera Contributor

You might consider using clone target rules to preserve key integration-related tables beyond just the DevOps tables. Additionally, leveraging scripts or data policies to automatically restore necessary configurations post-clone could help. If your integrations rely on external credentials or connections, make sure to validate and update them after cloning. Have you identified any specific integration failures after a clone?