diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-19 14:53:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 14:53:15 +0000 |
commit | bca30cefee3849813565dd71e571172818629d85 (patch) | |
tree | d958b04ebf70806c7f57e0a0c49acaf055811b61 /synapse/storage | |
parent | Fix sdnotify with acme enabled (#6571) (diff) | |
download | synapse-bca30cefee3849813565dd71e571172818629d85.tar.xz |
Improve diagnostics on database upgrade failure (#6570)
`Failed to upgrade database` is not helpful, and it's unlikely that UPGRADE.rst has anything useful.
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/prepare_database.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py |