Commit Graph
4 Commits
Author SHA1 Message Date
Anders KaseorgandTim Abbott 8c733a3f68 create-db.sql: Start by dropping the zulip database if needed.
At some point the PostgreSQL Docker image started creating the zulip
database for us, which caused our CREATE DATABASE to fail.

Signed-off-by: Anders Kaseorg <[email protected]>
2020-01-15 18:04:34 -08:00
Anders KaseorgandTim Abbott 298d45b46a create-db.sql: Handle exception if zulip user already exists.
Fixes #13530.

Signed-off-by: Anders Kaseorg <[email protected]>
2020-01-15 18:04:34 -08:00
Anders KaseorgandTim Abbott 6701c4463c search: Remove now unnecessary tsearch_extra dependency.
Now that we're implemented tsearch_extras in pure postgres, we no
longer need a custom extension.  This should help us considerably, as
it means we no longer need to ship custom apt packages at all.

Fixes #467.

Signed-off-by: Anders Kaseorg <[email protected]>
2019-08-29 12:49:26 -07:00
Anders KaseorgandTim Abbott f97bb6b65c postgres-create-db: Split into non-pgroonga and pgroonga scripts.
Fixes #12655.

Signed-off-by: Anders Kaseorg <[email protected]>
2019-07-17 16:18:22 -07:00