Skip to content

Commit 71f0ab0

Browse files
committedSep 2, 2024·
chore: remove pg_backtrace
1 parent be7d35d commit 71f0ab0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.91"
1+
postgres-version = "15.1.1.92"

‎docker/all-in-one/entrypoint.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ function configure_services {
5858
}
5959

6060
function enable_swap {
61-
fallocate -l 1G /mnt/swapfile
62-
chmod 600 /mnt/swapfile
63-
mkswap /mnt/swapfile
64-
swapon /mnt/swapfile
61+
fallocate -l 1G /data/swapfile
62+
chmod 600 /data/swapfile
63+
mkswap /data/swapfile
64+
swapon /data/swapfile
6565
}
6666

6767
function push_lsn_checkpoint_file {

0 commit comments

Comments
 (0)
Please sign in to comment.