mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
install: Support PostgreSQL 16.
This commit is contained in:
committed by
Tim Abbott
parent
415fb2014b
commit
1ba2f39854
@@ -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")/../.."
|
||||
|
Reference in New Issue
Block a user