mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
install: Remove PostgreSQL 13 support.
PostgreSQL 13 reaches end of life on November 13, 2025, and Django 5.2 does not support it. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9feba0f16f
commit
80b607c8cb
@@ -21,7 +21,9 @@ _Unreleased_
|
||||
|
||||
#### Upgrade notes for 11.0
|
||||
|
||||
- None yet.
|
||||
- PostgreSQL 13 is no longer supported; if you are currently using it, you will
|
||||
need to [upgrade PostgreSQL](../production/upgrade.md#upgrading-postgresql)
|
||||
before upgrading Zulip.
|
||||
|
||||
## Zulip Server 10.x series
|
||||
|
||||
|
@@ -74,7 +74,7 @@ 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 13, 14, 15, 16, and 17, with 17
|
||||
installed. We currently support PostgreSQL 14, 15, 16, and 17, with 17
|
||||
being the default.
|
||||
|
||||
- `--postgresql-database-name=exampledbname`: With this option, you
|
||||
|
Reference in New Issue
Block a user