Skip to content

Commit 0e0f4db

Browse files
authored
Merge pull request #32 from galaxyproject/update-readme
Update README for backup changes
2 parents 2fe487c + ae35831 commit 0e0f4db

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,18 @@ Role Variables
8989
will be backed up (this can be any format supported by rsync, e.g. `user@host:/path`). The most recent backup will be
9090
in a subdirectory named `current`.
9191
92-
- `postgresql_backup_rotate`: Boolean, defaults to `true`, which will cause the `current` directory to be renamed prior
93-
to creating a new backup. If set to `false`, `current` will be deleted (this is useful if you are using snapshots or
94-
some other means to archive previous backups).
95-
96-
- `postgresql_backup_local_dir`: Filesystem path on the PostgreSQL server where backup scripts will be placed and
97-
working WALs will be written prior to a WAL archive.
92+
- `postgresql_backup_local_dir`: Filesystem path on the PostgreSQL server where backup scripts will be placed.
9893
9994
- `postgresql_backup_[hour|minute]`: Controls what time the cron job will run to perform a full backup. Defaults to 1:00
10095
AM.
10196
10297
- `postgresql_backup_[day|month|weekday]`: Additional cron controls for when the full backup is performed (default:
10398
`*`).
10499
105-
- `postgresql_backup_mail_recipient`: User or address that should receive mail from the backup scripts.
106-
107100
- `postgresql_backup_post_command`: Arbitrary command to run after successful completion of a scheduled backup.
108101
102+
Additional options pertaining to backups can be found in the [defaults file](defaults/main.yml).
103+
109104
Dependencies
110105
------------
111106

0 commit comments

Comments
 (0)