Has anyone found a good way to perform this task? Is it something others would find useful that xMatters should create?
I am thinking of accomplishing this with DataSync. Using SQL Server linked server and writing queries to inspect my Test vs. Production DataSync tables. Then inserting and importing the necessary changes into the Test Database.
I don't want to use a database migration because the nodes are different, and obviously some of the Company Constants and what not. I don't want to have to re-create the environment environment.
Basically just want all User and Group data to be copied over so that our Test environment mirrors our Production environment in setup.
I plan to make all user devices inactive in our Test environment, so that users can specifically activate them when we perform testing.
Anyone else have any suggestions/thoughts on this?