We ignore errors anyway, but in previously there was a risk that error from e.g. persistRestoredDatabase could cause persistMainDatabase failure too.
I discovered it when I lead to a very bad state of backup DB when testing something.
Differential D14986
[web] catch errors when persisting database Authored by kamil on Jul 21 2025, 2:25 PM. Tags None Referenced Files
Subscribers
Details
We ignore errors anyway, but in previously there was a risk that error from e.g. persistRestoredDatabase could cause persistMainDatabase failure too. I discovered it when I lead to a very bad state of backup DB when testing something. Simulate throwing error from persistRestoredDatabase always, persistence of main database should still work.
Diff Detail
|