backup of transaction logs for ms-sql and oracle is not supported in case that VM could be backed up by 2 jobs
jobA is backing up VM in DC A and physical repository is in location A (sobrA)
jobB is backing up VM in DC B and physical repository is in location B (sobrB)
so for normal VM is great HA, but not for oracle and sql
if switch is done, that transaction logs in child job are not done, because is warning in parent jobB - Echo "Transaction logs were not backed up, because JobA is still active"
if this is not supported, then solution has to come on repository level with sobr
for high availability of sobrs a suggest solutions:
1) create button like failover inside of sobr (like button Seal, Maintenance)
2) create group of sobrs with policy like
a) failover
b) round robin (one task to first sobr, second task to second sobr, 3rd to first sobr, …)
c) performance (checking cpu, memory a based on that input, put to correct sobr with less load),
d) priority (sending to sobr1 and in case is fully occupied, it will put into sobr2)
3) put option into job –> storage – "failover" where to choose sobr which will be used in case that all extents in original sobr are offline
Advanced option
4) in case of using copy job continue with chain of backups from copy job on second side (using sobr from copy job as failover sobr - option3)
Or please fix issue with transaction logs supporting in case of switching between 2 jobs