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 {