Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Table of Contents

* [Overview](#overview)
* [What does this module provide?](#what-does-this-module-provide)
* [Usage](#usage)
* [Items you may want to configure](#items-you-may-want-to-configure)
* [Backup schedule](#backup-schedule)
* [Disable the maintenance cron job](#disable-the-maintenance-cron-job)
Expand Down Expand Up @@ -34,6 +35,12 @@ By default you get the following:
2. A weekly reindex and vacuum analyze run on all databases
3. Slightly better default settings for PE PostgreSQL

## Usage

In order to use this module, you will classify the node running pe-postgresql with the `pe_databases` class. This is the MoM in a monolithic installation or the PuppetDB node in a Split/LEI install.

To classify via the PE console, you will create a new node group called 'PE Database' and pin the node running pe-postgresql to the group. It is not recommended to classify using a pre-existing node group in the PE console.

## Items you may want to configure

### Backup schedule
Expand Down