From d893a2a29e7c079bd7b6d2e4c68ca9dc2d2ea68a Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 17 Apr 2024 20:38:25 +0000 Subject: [PATCH] kandra: Install the right PostgreSQL. --- tools/setup/bootstrap-aws-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup/bootstrap-aws-installer b/tools/setup/bootstrap-aws-installer index 5977cf05a6..42a37885d3 100644 --- a/tools/setup/bootstrap-aws-installer +++ b/tools/setup/bootstrap-aws-installer @@ -72,7 +72,7 @@ git -C zulip checkout "$BRANCH" ( 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