mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 03:23:50 +00:00
postgresql: Switch to defaulting to PostgreSQL 13.
This commit is contained in:
committed by
Tim Abbott
parent
b50e261cac
commit
ae2c377d13
@@ -28,7 +28,7 @@ Options:
|
||||
install process; used when this command is run once in a highly-controlled
|
||||
environment to produce an image which is used elsewhere. Uncommon.
|
||||
|
||||
--postgresql-version=12
|
||||
--postgresql-version=13
|
||||
Sets the version of PostgreSQL that will be installed.
|
||||
--postgresql-missing-dictionaries
|
||||
Set postgresql.missing_dictionaries, which alters the initial database. Use with
|
||||
@@ -127,7 +127,7 @@ read -r -a ADDITIONAL_PACKAGES <<<"${ADDITIONAL_PACKAGES:-}"
|
||||
# e.g. zulip::profile::app_frontend for a Zulip frontend server.
|
||||
PUPPET_CLASSES="${PUPPET_CLASSES:-zulip::profile::standalone}"
|
||||
VIRTUALENV_NEEDED="${VIRTUALENV_NEEDED:-yes}"
|
||||
POSTGRESQL_VERSION="${POSTGRESQL_VERSION:-12}"
|
||||
POSTGRESQL_VERSION="${POSTGRESQL_VERSION:-13}"
|
||||
|
||||
if [ -n "$SELF_SIGNED_CERT" ] && [ -n "$USE_CERTBOT" ]; then
|
||||
set +x
|
||||
|
||||
Reference in New Issue
Block a user