postgresql: Switch to defaulting to PostgreSQL 13.

This commit is contained in:
Alex Vandiver
2021-04-26 16:11:02 -07:00
committed by Tim Abbott
parent b50e261cac
commit ae2c377d13
4 changed files with 11 additions and 10 deletions

View File

@@ -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