Skip to content

Commit 30a41d2

Browse files
committed
bump AMI version
1 parent 6b5ea89 commit 30a41d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.118"
1+
postgres-version = "15.1.0.118.1"

ebssurrogate/scripts/surrogate-bootstrap.sh

+3
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ function clean_system {
259259
mkdir /mnt/var/log/wal-g
260260
touch /mnt/var/log/wal-g/{backup-push.log,backup-fetch.log,wal-push.log,wal-fetch.log,pitr.log}
261261

262+
#Creatre Sysstat directory for SAR
263+
mkdir /mnt/var/log/sysstat
264+
262265
if [ -f /usr/bin/chown ]; then
263266
chroot /mnt /usr/bin/chown -R postgres:postgres /var/log/wal-g
264267
chroot /mnt /usr/bin/chmod -R 0300 /var/log/wal-g

0 commit comments

Comments
 (0)