Migrating data JAZZ test to prod
One of our project groups wants to start using JAZZ right away. I'm not complete in my prod server setup, having only a low powered test server running 4.0.1.
I know in the past releases there was no easy way to "rename" the URI without a lot of back end work but I seem to recall some enhancements to this.
Is it possible/feasible (aka. easy to do) to start up a project on our JAZZ test server and then migrate its data to our prod server? Note that we do not have any reverse proxy in place at this time. We plan on using RTC, DNG and RQM.
2 answers
Comments
Perhaps clarification is needed. I'm not renaming the server. I want to move its data from one server to another.
Our test server just a playpen DL380 using the default derby db. I'm setting up our prod env -3 servers on a CISC UCS blade chassis using Oracle. One group can't wait another 2-3weeks while this is setup.
Norman
The Public URI value resides in the database itself; so if you move it to a different location, it will still be referencing the original public URI value. The Server rename functionality allows you to change it so that it matches the new environment
Alternatively, Jim’s response is an option as well, and as he noted, its a little less overhead as well
For example (in etc/hosts):
Comments
Perhaps clarification is needed. I'm not renaming the server. I want to move its data from one server to another.
Our test server just a playpen DL380 using the default derby db. I'm setting up our prod env -3 servers on a CISC UCS blade chassis using Oracle. One group can't wait another 2-3weeks while this is setup.