Best approach to resync DEV with PRD for an effective POC ?
Our DEV env had been diverged from PROD so much that we can no longer use DEV for POC: What works on DEV may not work on PRD.
The divergence is due mainly to the inheritance breaks in WI config:
We also suspect the difference in the RTC initial templates between DEV and PRD playing some part in the divergence. Our RTC PA (child) was created as part of the SDLC project, OpenUp template was used in PRD, and Scrum template used in DEV (neither with the unconfigured template, as it should for a child).
We are now attempting to sync the RTC PA process on DEV with that on PRD via new Master & Child PAs:
Which of the 3 would be best approach to achieve the goal.
|
2 answers
We typically always recommend that child project areas are created with an unconfigured template to ensure there is no overlap/divergence of configuration between the master and child.
I would in this case, however, recommend cloning both child and master from prod and bringing them over to dev to fix the inheritance issues. This way, its the EXACT same as prod, and there is no chance for human error by tying in the various configuration changes between the templates. |
Our model is standards template -> Anchor project. shares process, has no workitems
most settings are marked Final in the process template
unconfigured -> new project area, consumes Anchor process config.,
I modified the CLM project create template to only allow Unconfigured for the CM project. (I called it scrum in the CLM config page)
we have a separate system where we development process changes, export the template, create an anchor, create a child project, then test.. (sometimes we import data from the prior version before changing the parent to the current version to verify data mappings)..
then export the template to a file, import on prod system create the anchor, ... repeat.
we own the process template, no-one can create their own.
I am working on a tool to allow us to delete the dead process templates as we move up the chg mgmt timeline. (I have the tool, just haven't finished testing)
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.