File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ full_file=$1
11
11
file=$2
12
12
server=` hostname`
13
13
14
- active_dir=' {{ postgresql_backup_active_dir }}'
14
+ active_dir={{ postgresql_backup_active_dir }}
15
15
backup_dir=" {{ postgresql_backup_dir }}/current/wal"
16
- mutex=" {{ postgresql_backup_local_dir }}/walmutex"
16
+ mutex={{ postgresql_backup_local_dir }}/walmutex
17
17
mailto=' {{ postgresql_backup_mail_recipient }}'
18
18
mutex_attempts=50
19
19
Original file line number Diff line number Diff line change 4
4
# #
5
5
6
6
xlog_dir=' {{ postgresql_pgdata }}/pg_xlog'
7
- backup_dir=' {{ postgresql_backup_active_dir }}'
7
+ backup_dir={{ postgresql_backup_active_dir }}
8
8
mailto=' {{ postgresql_backup_mail_recipient }}'
9
9
10
10
active=` ls -1rtF $xlog_dir | grep -v ' /$' | tail -1`
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ server=`hostname`
7
7
data=' {{ postgresql_pgdata }}'
8
8
dir=' {{ postgresql_backup_dir }}/current'
9
9
mailto=' {{ postgresql_backup_mail_recipient }}'
10
- mutex=' {{ postgresql_backup_local_dir }}/scheduledmutex'
10
+ mutex={{ postgresql_backup_local_dir }}/scheduledmutex
11
11
rotate=' {{ postgresql_backup_rotate | default("True") }}'
12
12
13
13
[ ' {{ postgresql_backup_remote_rsync_path | default("None") }}' != ' None' ] && remote_rsync=' --rsync-path={{ postgresql_backup_remote_rsync_path }}' || remote_rsync=' '
You can’t perform that action at this time.
0 commit comments