OpenDev Sysadmins 6206ac1726 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:25:36 +00:00
2015-03-25 14:46:13 +01:00
2015-08-13 12:36:37 -07:00
2019-04-19 19:25:36 +00:00
2018-07-12 09:57:45 +02: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