mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-05 04:06:30 +02:00
improve error msg
This commit is contained in:
parent
420ccfc925
commit
407c299828
@ -234,7 +234,7 @@ def setup():
|
||||
except UpgradeDatabaseException:
|
||||
sys.stderr.write(
|
||||
"\nFailed to upgrade database.\n"
|
||||
"Have you followed any instructions in UPGRADES.rst?\n"
|
||||
"Have you checked for version specific instructions in UPGRADES.rst?\n"
|
||||
)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user