We use mirror DB in combination with other, local DBs for historical data.
Occasionally we cannot wait for the mirroring delay, after we updated the cloud properly.
More specificaly, we turn on/off the "Done" attribute on projects through API. Is it safe to also update the mirror to the same value or will the mirroring process complain ?
Alle Svar (3)
The mirror will only be updated with changes from SuperOffice, and will overwrite anything in the mirror, so it should not be an issue. But I would not recommend doing this, since now you aren't sure if what is in the mirror, reflects the actual state that is in SuperOffice.
Thanks, guys. I appreciate the warning, and I fully agree. However this is a very special case, and the updates will/can only happen via a protected method in one single class.