Skip to content

Commit 656a377

Browse files
author
alexander popov
committed
fix: param enabled in section pgprobackup
1 parent b44260f commit 656a377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/conf/example.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ interval = 60
191191
# S(https://github.com/postgrespro/pg_probackup)
192192
# Trigger fires if some backup has bad status e.g. (ERROR,CORRUPT,ORPHAN).
193193
[pgprobackup]
194-
enabled = false
194+
enabled = False
195195
interval = 300
196196
backup_dirs = /backup_dir1,/backup_dir2
197197
pg_probackup_path = /usr/bin/pg_probackup-11

0 commit comments

Comments
 (0)