Skip to content

Commit ce5251d

Browse files
authored
chore: add cleanup for qemu bootstrap (#1479)
* chore: add cleanup for qemu bootstrap * chore: bump pg15 version
1 parent f11520d commit ce5251d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.047-orioledb"
12-
postgres15: "15.8.1.054"
12+
postgres15: "15.8.1.055"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

ebssurrogate/scripts/qemu-bootstrap-nix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,5 @@ install_nix
145145
execute_stage2_playbook
146146
# we do not want to ship an initialized DB as this is performed as needed
147147
rm -rf /data/pgdata
148+
clean_system
148149
cloud-init clean --logs

0 commit comments

Comments
 (0)