Blackbox does not exit with status code 1 when a database has failed #156
Labels
area: databases
help wanted
Extra attention is needed
level: beginner
priority: high
type: bug
Something isn't working
Tangentially related to #155, we cannot detect when a database has failed to backup at all right now because the failure notifications are not sent and blackbox does not exit with a non-zero code when a database backup fails.
Reading the code, from how I understand it Blackbox will error if a storage synchronization fails, but will not error if the actual database dump stage fails.
Again, for PyDis this is the exit status of the backup job today:
However these are the logs, again failing due to #154:
The text was updated successfully, but these errors were encountered: