Skip to content
Snippets Groups Projects
Commit f074eb9b authored by Thomas Schneider's avatar Thomas Schneider
Browse files

postgres/pgbackrest: Disable `frequently` backup

Turns out this isn’t really required with the WAL archiving and it uses way too
much storage.

Let’s see whether the daily backups should rather be differential or
incremental.
parent 87bd977b
No related branches found
No related tags found
No related merge requests found
Pipeline #5098 failed
......@@ -56,12 +56,6 @@
{% if item.sleep %}sleep $(($RANDOM \% 3600)) &&{% endif %}
pgbackrest backup --stanza=main --type={{ item.type }}
loop:
- name: frequently
weekday: "*"
hour: "*"
minute: "{{ pgbackrest_frequently_minute }}"
sleep: false
type: incr
- name: daily
weekday: 1-6
hour: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment