mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2025-09-13 15:59:28 +00:00
add postgres to psql.ignore_dbs
This commit is contained in:
@@ -111,7 +111,7 @@ class rsnapshot::params {
|
||||
dbbackup_password => '',
|
||||
dumper => 'pg_dump',
|
||||
dump_flags => '-Fc',
|
||||
ignore_dbs => [],
|
||||
ignore_dbs => [ 'postgres' ],
|
||||
compress => 'pbzip2',
|
||||
},
|
||||
misc => {
|
||||
|
Reference in New Issue
Block a user