mirror of https://github.com/zulip/zulip.git
initialize-database: Make management command errors fatal again.
We accidentally made this non-fatal when we added the nice error output telling users to run postgres-init-db.
This commit is contained in:
parent
bf694fa832
commit
e75ba630fb
|
@ -17,6 +17,7 @@ if ! python manage.py initialize_voyager_db; then
|
|||
echo " * scripts/setup/postgres-init-db # run as root to drop and re-create the database"
|
||||
echo -e "\033[0m"
|
||||
set -x
|
||||
exit 1
|
||||
fi
|
||||
|
||||
supervisorctl restart all
|
||||
|
|
Loading…
Reference in New Issue