We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7b75c commit 084b914Copy full SHA for 084b914
ansible/vars.yml
@@ -9,7 +9,7 @@ postgres_major:
9
# Full version strings for each major version
10
postgres_release:
11
postgresorioledb-17: "17.0.1.039-orioledb"
12
- postgres15: "15.8.1.044"
+ postgres15: "15.8.1.045"
13
14
# Non Postgres Extensions
15
pgbouncer_release: "1.19.0"
ebssurrogate/scripts/qemu-bootstrap-nix.sh
@@ -143,4 +143,6 @@ function clean_system {
143
144
install_nix
145
execute_stage2_playbook
146
+# we do not want to ship an initialized DB as this is performed as needed
147
+rm -rf /data/pgdata
148
cloud-init clean --logs
0 commit comments