install: Support PostgreSQL 17.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-04-07 13:37:53 -07:00
committed by Tim Abbott
parent d11537a8cd
commit 818742c62b
7 changed files with 23 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export LANGUAGE=C.UTF-8
LATEST_SUPPORTED_VERSION=16
LATEST_SUPPORTED_VERSION=17
UPGRADE_TO=${1:-$LATEST_SUPPORTED_VERSION}
UPGRADE_FROM=$(crudini --get /etc/zulip/zulip.conf postgresql version)
ZULIP_PATH="$(dirname "$0")/../.."