ansible-role-postgresql/files/backuppc_pg_wal.sh

5 lines
126 B
Bash
Raw Normal View History

2021-09-16 23:54:17 +02:00
#!/bin/bash
su - postgres -c "/usr/local/sbin/postgresql_wal_backup_and_removal > /var/log/postgresql/wal_removal.log 2>&1"