install: Support PostgreSQL 16.

(cherry picked from commit 1ba2f39854)
This commit is contained in:
Alex Vandiver
2023-12-21 20:46:51 +00:00
committed by Alex Vandiver
parent f799190bea
commit e311b372cb
5 changed files with 8 additions and 8 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=15
LATEST_SUPPORTED_VERSION=16
UPGRADE_TO=${1:-$LATEST_SUPPORTED_VERSION}
UPGRADE_FROM=$(crudini --get /etc/zulip/zulip.conf postgresql version)
ZULIP_PATH="$(dirname "$0")/../.."