mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
install: Switch default to PostgreSQL 14.
This commit is contained in:
committed by
Tim Abbott
parent
8a1bb43b23
commit
544e8c569e
@@ -6,7 +6,7 @@ if [ "$EUID" -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
UPGRADE_TO=${1:-13}
|
||||
UPGRADE_TO=${1:-14}
|
||||
UPGRADE_FROM=$(crudini --get /etc/zulip/zulip.conf postgresql version)
|
||||
ZULIP_PATH="$(dirname "$0")/../.."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user