8000 bump AMI version (#738) · cepro/postgres@12a2e02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12a2e02

Browse files
authored
bump AMI version (supabase#738)
1 parent 39cbf66 commit 12a2e02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ebssurrogate/scripts/surrogate-bootstrap.sh

Lines changed: 3 additions & 0 deletions
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)
0