Hi all,
I need to merge all contents of one SI database to another SI database.
We have tried to do this as follows:
1) Shutdown Integrity
2) isutil -c cmdbbackupcreate
3) si migrate --dumpToBackup /One/Project/At/A/Time/project.pj (on the source SI database)
4) Get their DBA to copy the B_ tables from database One (souce database) to database Two (target database)
5) si migrate --restoreFromBackup (on the target SI database))
6) Purge/truncate the B_ tables in both databases (or can this be done by running isutil -c cmdbbackupcreate again?)
7) Rinse and repeat for all other projects
The problem is now that not all projects of the source SI database are visible within the traget SI database. It seems that
all projects that have a development path are not visible in the target SI database.
And: the procedure described above (using "si migrate --dumpToBackup" and "si migrate --restoreFromBackup") is not supported
because it has never been officially tested.
Is there any other way to merge 2 SI databases which has been successfully used in a customer project before ?
Regards,
Peter