From e704f58f6137e7abd3d5a30c8f1a5f1bdfe7b3fd Mon Sep 17 00:00:00 2001 From: Div Arora Date: Wed, 26 Feb 2025 14:30:39 +0800 Subject: [PATCH] feat: no longer ship an initialized pgdata dir as part of QEMU artifact --- ansible/vars.yml | 2 +- ebssurrogate/scripts/qemu-bootstrap-nix.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 2f3defa7d..4d30bc23d 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -9,7 +9,7 @@ postgres_major: # Full version strings for each major version postgres_release: postgresorioledb-17: "17.0.1.039-orioledb" - postgres15: "15.8.1.044" + postgres15: "15.8.1.045" # Non Postgres Extensions pgbouncer_release: "1.19.0" diff --git a/ebssurrogate/scripts/qemu-bootstrap-nix.sh b/ebssurrogate/scripts/qemu-bootstrap-nix.sh index 464c4f032..0fe8b97c1 100755 --- a/ebssurrogate/scripts/qemu-bootstrap-nix.sh +++ b/ebssurrogate/scripts/qemu-bootstrap-nix.sh @@ -143,4 +143,6 @@ function clean_system { install_nix execute_stage2_playbook +# we do not want to ship an initialized DB as this is performed as needed +rm -rf /data/pgdata cloud-init clean --logs