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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/6570.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6570.misc b/changelog.d/6570.misc new file mode 100644 index 0000000000..e89955a51e --- /dev/null +++ b/changelog.d/6570.misc @@ -0,0 +1 @@ +Improve diagnostics on database upgrade failure. |