We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11520d commit ce5251dCopy full SHA for ce5251d
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.047-orioledb"
12
- postgres15: "15.8.1.054"
+ postgres15: "15.8.1.055"
13
14
# Non Postgres Extensions
15
pgbouncer_release: "1.19.0"
ebssurrogate/scripts/qemu-bootstrap-nix.sh
@@ -145,4 +145,5 @@ 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
+clean_system
149
cloud-init clean --logs
0 commit comments