We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7d35d commit 71f0ab0Copy full SHA for 71f0ab0
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.1.91"
+postgres-version = "15.1.1.92"
docker/all-in-one/entrypoint.sh
@@ -58,10 +58,10 @@ function configure_services {
58
}
59
60
function enable_swap {
61
- fallocate -l 1G /mnt/swapfile
62
- chmod 600 /mnt/swapfile
63
- mkswap /mnt/swapfile
64
- swapon /mnt/swapfile
+ fallocate -l 1G /data/swapfile
+ chmod 600 /data/swapfile
+ mkswap /data/swapfile
+ swapon /data/swapfile
65
66
67
function push_lsn_checkpoint_file {
0 commit comments