diff --git a/bundles/postgresql/items.py b/bundles/postgresql/items.py index c0e225e..59a73e1 100644 --- a/bundles/postgresql/items.py +++ b/bundles/postgresql/items.py @@ -58,7 +58,7 @@ files = { # FIXME currently we do not have a mechanism to use snapshot-backups of # zfs datasets. -if True: # not node.has_bundle('zfs') and node.has_bundle('backup-client'): +if node.has_bundle('backup-client'): # and not node.has_bundle('zfs'): files['/etc/backup-pre-hooks.d/90-postgresql-dump-all'] = { 'source': 'backup-pre-hook', 'content_type': 'mako',