Stop continuous builds before shutting down RTC server
Our RTC 4.0.2 server is shut down twice a week during the backup of its DB. The problem is that we have continuous RTC builds that can kick off at any time. If one of them starts before the backup it can fail or deliver inconsistant results if it doesn't complete before RTC is stopped. We have worldwide contributors, so it doesn't help to schedule the maintenance during the night.
I think about 2 possible solutions:
- disable all continuous builds a few hours before the backup, restore the state once done.
- or set inactive all build machines a few hours before the backup, and restore the state once done.
Is it possible to write a script that implements one of these solutions so we can add it to the backup job ?
Thanks,
I think about 2 possible solutions:
- disable all continuous builds a few hours before the backup, restore the state once done.
- or set inactive all build machines a few hours before the backup, and restore the state once done.
Is it possible to write a script that implements one of these solutions so we can add it to the backup job ?
Thanks,
Comments
Kevin Ramer
Apr 24 '14, 2:39 p.m.Q: Is your back-end RTC database capable of online backup ?
[ If it happens to be DB2, the answer is yes ]
Implementing that solution would be best. You could still do the weekly backup but would not impact your user community.