Nightly sync of data between Production Server & Staging Server RTC 4.0.5
2 answers
do you need EVERY night? once a week should be enough.. staging is new app features..
a few workitems shouldn't make that much difference..
what do you do when the database gets huge? (as u wouldn't be doing db deltas)
Comments
@Sam : Once a week should also be enough. The DB size is not too huge as far as I know..
@Sam : Also based on https://jazz.net/library/article/98
Comments
@Ralph : Okay.. I do have another input here.. I know a .mapping event file is created when the server rename takes place. Will that file over ride everynight when the URLs are being renamed on the staging server ?
wouldn't you erase the mapping file on every copy, as u are starting over..
The mapping file as input to the server rename needs to be provided by you.
I can only talk about do's and dont's here. How you can automate it is a whole other story and highly dependent on your systems. If you can automate it at all.
I don't know what files are generated during the rename and I would certainly suggest to do a full teardown, before trying it again.
@Sam : Though we erase the mapping file, the .mapping event file will have the source & target URL pair in it. If we provide a new mapping file with the same combinations, then I doubt if it will over ride or give an error stating the rename is already done with this pair.
I meant the same as Ralph, tear down the staging completely and rebuild.. so at that point rename has not been done.
I would assume that the mapping file does not change that mucht, as long as you don't add new Jazz servers etc. Hard to tell.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 22 '14, 10:45 a.m.As far as I am aware, to do a server rename (URI change) you need to get a license from support to be able to execute the operation. You should talk to support if your scenario is supported. This depends on what you want to do with the staging server.
As far as I know it is not for all cases. Only for upgrade tests for example. For one thing you need to isolate the server that has been renamed from the other one, because, essentially they contain the same data and you don't want to get them entangled. In fact, you must avoid this at all cost.
Online backup is another thing. As described in https://jazz.net/wiki/bin/view/Deployment/BackupCLM online backup is not yet fully supported in 4.x. You need to be aware of the index files which basically require to stop work item changes at some time to be able to back them up.
vishnudharan manivannan
Jul 23 '14, 1:59 a.m.@ Ralph : Yes , I understand we require the ServerRename feature key file from IBM. But what I wanted to know is can a Server Rename be done multiple times with the same mapping file ?