mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
postgres-create-db: Split into non-pgroonga and pgroonga scripts.
Fixes #12655. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
1418b8b05f
commit
f97bb6b65c
@@ -48,7 +48,7 @@ su "$POSTGRES_USER" -c 'psql -v ON_ERROR_STOP=1 -e' <<EOF
|
||||
DROP DATABASE IF EXISTS zulip;
|
||||
EOF
|
||||
|
||||
"$(dirname "$0")/postgres-create-db"
|
||||
su "$POSTGRES_USER" -c 'psql -v ON_ERROR_STOP=1 -e' < "$(dirname "$0")/create-db.sql"
|
||||
)
|
||||
|
||||
# Clear memcached to avoid contamination from previous database state
|
||||
|
||||
Reference in New Issue
Block a user