Joshua Hesketh 9f750be599 Backup folder should not be readable by other
Change-Id: Ia9110f26e1334654baaa6ee9aa5e06afe39b9f3d
2015-11-26 10:23:29 +11:00
2015-03-25 14:46:13 +01:00
2015-08-13 12:36:37 -07:00
2015-07-28 21:10:29 -07:00
2015-03-25 14:46:13 +01:00
2015-07-28 21:10:29 -07:00
2015-03-25 14:46:13 +01:00

OpenStack PostgreSQL Backup Module

This module installs and configures PostgreSQL Backup

Description

The pgsql_backup::backup resource creates a regular backup of postgresql database, rotated daily into /var/backups/pgsql_backups directory.

Usage

pgsql::backup

pgsql_backup::backup { 'database_name':
  database_host => 'localhost',
  database_user => 'database_password',
  database_password => 'database_password',
}
Description
RETIRED, Puppet module for postgresql backup
Readme 110 KiB