Skip to content

feat: no longer ship an initialized pgdata dir as part of QEMU artifact #1463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions ebssurrogate/scripts/qemu-bootstrap-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading