RETIRED, Puppet module for postgresql backup
Go to file
Spencer Krum 035e47342c Pin google-api-client; sanitize Gemfile
Change-Id: If54ea4f4569284b4c84e8b60f7995033815b0ad0
2016-04-14 15:22:14 -07:00
manifests Backup folder should not be readable by other 2015-11-26 10:23:29 +11:00
spec Fix target path for regular git clone during tests 2015-08-19 16:40:45 -07:00
templates Initial commit 2015-03-25 14:46:13 +01:00
.gitignore Add .gitignore 2015-08-13 12:36:37 -07:00
.gitreview Add .gitreview and module boilerplate 2015-07-28 21:10:29 -07:00
Gemfile Pin google-api-client; sanitize Gemfile 2016-04-14 15:22:14 -07:00
LICENSE Initial commit 2015-03-25 14:46:13 +01:00
README.md Initial commit 2015-03-25 14:46:13 +01:00
Rakefile Add .gitreview and module boilerplate 2015-07-28 21:10:29 -07:00
metadata.json Add .gitreview and module boilerplate 2015-07-28 21:10:29 -07:00

README.md

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',
}