kandra: Install the right PostgreSQL.

This commit is contained in:
Alex Vandiver 2024-04-17 20:38:25 +00:00 committed by Tim Abbott
parent a8dbdd6d92
commit d893a2a29e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ git -C zulip checkout "$BRANCH"
( (
export APT_OPTIONS="-o Dpkg::Options::=--force-confnew" export APT_OPTIONS="-o Dpkg::Options::=--force-confnew"
/root/zulip/scripts/setup/install --puppet-classes "$FULL_ROLES" /root/zulip/scripts/setup/install --puppet-classes "$FULL_ROLES" --postgresql-version=14
) )
# Delete the ubuntu user # Delete the ubuntu user