Skip to content

Commit 084b914

Browse files
authored
feat: no longer ship an initialized pgdata dir as part of QEMU artifact (#1463)
1 parent 9d7b75c commit 084b914

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ansible/vars.yml

+1-1
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.039-orioledb"
12-
postgres15: "15.8.1.044"
12+
postgres15: "15.8.1.045"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

ebssurrogate/scripts/qemu-bootstrap-nix.sh

+2
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,6 @@ function clean_system {
143143

144144
install_nix
145145
execute_stage2_playbook
146+
# we do not want to ship an initialized DB as this is performed as needed
147+
rm -rf /data/pgdata
146148
cloud-init clean --logs

0 commit comments

Comments
 (0)