mirror of https://github.com/zulip/zulip.git
kandra: Install the right PostgreSQL.
This commit is contained in:
parent
a8dbdd6d92
commit
d893a2a29e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue