mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
install: Support PostgreSQL 16.
This commit is contained in:
committed by
Tim Abbott
parent
415fb2014b
commit
1ba2f39854
@@ -52,8 +52,8 @@ as well as those mentioned in the
|
||||
[install](install.md#installer-options) documentation:
|
||||
|
||||
- `--postgresql-version`: Sets the version of PostgreSQL that will be
|
||||
installed. We currently support PostgreSQL 12, 13, 14, and 15, with 15 being
|
||||
the default.
|
||||
installed. We currently support PostgreSQL 12, 13, 14, 15, and 16, with 16
|
||||
being the default.
|
||||
|
||||
- `--postgresql-database-name=exampledbname`: With this option, you
|
||||
can customize the default database name. If you do not set this. The
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# PostgreSQL database details
|
||||
|
||||
Starting with Zulip 3.0, Zulip supports a range of PostgreSQL
|
||||
versions. PostgreSQL 15 is the current default for new installations;
|
||||
PostgreSQL 12, 13, 14, and 15 are all supported.
|
||||
versions. PostgreSQL 16 is the current default for new installations;
|
||||
PostgreSQL 12, 13, 14, 15, and 16 are all supported.
|
||||
|
||||
Previous versions of Zulip used whatever version of PostgreSQL was
|
||||
included with the base operating system (E.g. PostgreSQL 12 on Ubuntu
|
||||
|
||||
Reference in New Issue
Block a user