From 71f0ab065c371f586f33e66cebb3e874889fa4f0 Mon Sep 17 00:00:00 2001 From: Paul Cioanca Date: Mon, 2 Sep 2024 15:03:08 +0300 Subject: [PATCH] chore: remove pg_backtrace --- common.vars.pkr.hcl | 2 +- docker/all-in-one/entrypoint.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common.vars.pkr.hcl b/common.vars.pkr.hcl index ce0d34bdb..c6b281a0d 100644 --- a/common.vars.pkr.hcl +++ b/common.vars.pkr.hcl @@ -1 +1 @@ -postgres-version = "15.1.1.91" +postgres-version = "15.1.1.92" diff --git a/docker/all-in-one/entrypoint.sh b/docker/all-in-one/entrypoint.sh index 3a70dc9aa..9ae5a9f8e 100755 --- a/docker/all-in-one/entrypoint.sh +++ b/docker/all-in-one/entrypoint.sh @@ -58,10 +58,10 @@ function configure_services { } function enable_swap { - fallocate -l 1G /mnt/swapfile - chmod 600 /mnt/swapfile - mkswap /mnt/swapfile - swapon /mnt/swapfile + fallocate -l 1G /data/swapfile + chmod 600 /data/swapfile + mkswap /data/swapfile + swapon /data/swapfile } function push_lsn_checkpoint_file {