Skip to content

Commit 69191ea

Browse files
authored
Merge branch 'develop' into fix/pg_net-evt-trg
2 parents 4248cb3 + 4066b0d commit 69191ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ postgres_major:
99
# Full version strings for each major version
1010
postgres_release:
1111
postgresorioledb-17: "17.0.1.038-orioledb"
12-
postgres15: "15.8.1.042"
12+
postgres15: "15.8.1.043"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

ebssurrogate/scripts/qemu-bootstrap-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function waitfor_boot_finished {
2222
}
2323

2424
function install_packages {
25-
apt-get update && sudo apt-get install software-properties-common e2fsprogs -y
25+
apt-get update && sudo apt-get install software-properties-common e2fsprogs nfs-common -y
2626
add-apt-repository --yes --update ppa:ansible/ansible && sudo apt-get install ansible -y
2727
ansible-galaxy collection install community.general
2828
}

0 commit comments

Comments
 (0)