Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Apr 4, 2024
1 parent c9ff08c commit 0807ae4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ The following parameters are available in the `pgprobackup::instance` class:
* [`manage_pgpass`](#-pgprobackup--instance--manage_pgpass)
* [`manage_hba`](#-pgprobackup--instance--manage_hba)
* [`manage_cron`](#-pgprobackup--instance--manage_cron)
* [`manage_grants`](#-pgprobackup--instance--manage_grants)
* [`archive_wal`](#-pgprobackup--instance--archive_wal)
* [`backup_dir`](#-pgprobackup--instance--backup_dir)
* [`backup_user`](#-pgprobackup--instance--backup_user)
Expand Down Expand Up @@ -755,6 +756,14 @@ Data type: `Boolean`

Default value: `$pgprobackup::manage_cron`

##### <a name="-pgprobackup--instance--manage_grants"></a>`manage_grants`

Data type: `Boolean`

Whether grants needed for backups are managed, default true

Default value: `true`

##### <a name="-pgprobackup--instance--archive_wal"></a>`archive_wal`

Data type: `Boolean`
Expand Down

0 comments on commit 0807ae4

Please sign in to comment.