install: Switch default to PostgreSQL 14.

This commit is contained in:
Alex Vandiver
2021-11-06 02:10:55 +00:00
committed by Tim Abbott
parent 8a1bb43b23
commit 544e8c569e
5 changed files with 9 additions and 9 deletions

View File

@@ -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")/../.."