RETIRED, Puppet module for postgresql backup
Go to file
Colleen Murphy ff4b95ad05 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I87a6916fe9934b7b5c39b00c244bef2695c83bff
2018-07-12 09:57:45 +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 Update Gemfile for Zuulv3 2018-07-12 09:57:45 +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',
}