RETIRED, Puppet module for postgresql backup
Go to file
Colleen Murphy 67a4f06526 Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: I92652b269f9c93a96c11b2afa0caed4b6bb8f2e0
2017-08-18 10:41:44 +02:00
manifests Backup folder should not be readable by other 2015-11-26 10:23:29 +11:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02: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 Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02: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',
}