Skip to content

Commit

Permalink
chore: remove pg_backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Sep 2, 2024
1 parent be7d35d commit 71f0ab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.91"
postgres-version = "15.1.1.92"
8 changes: 4 additions & 4 deletions docker/all-in-one/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71f0ab0

Please sign in to comment.