mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
add postgres to psql.ignore_dbs
This commit is contained in:
parent
d252ac64a0
commit
b3ab06b63c
@ -111,7 +111,7 @@ class rsnapshot::params {
|
||||
dbbackup_password => '',
|
||||
dumper => 'pg_dump',
|
||||
dump_flags => '-Fc',
|
||||
ignore_dbs => [],
|
||||
ignore_dbs => [ 'postgres' ],
|
||||
compress => 'pbzip2',
|
||||
},
|
||||
misc => {
|
||||
|
Loading…
Reference in New Issue
Block a user