Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postgres_major:
# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.037-orioledb"
postgres15: "15.8.1.041"
postgres15: "15.8.1.042"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion ebssurrogate/scripts/qemu-bootstrap-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function waitfor_boot_finished {
}

function install_packages {
apt-get update && sudo apt-get install software-properties-common e2fsprogs -y
apt-get update && sudo apt-get install software-properties-common e2fsprogs nfs-common -y
add-apt-repository --yes --update ppa:ansible/ansible && sudo apt-get install ansible -y
ansible-galaxy collection install community.general
}
Expand Down
Loading