fixup! Postgres db macro

This commit is contained in:
Tobias Manske 2024-02-20 19:43:36 +01:00
parent 649b202af0
commit ecfbb2ac6e
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
- POSTGRES_DB={{ db | mandatory }}
- POSTGRES_PASSWORD={{ pass | mandatory }}
- POSTGRES_EXTRA_OPTS=-Z6 --schema=public --blobs
- REMOVE_BEFORE=3 # keep 3 days of backups
- SCHEDULE={{ schedule | mandatory }}
{% endmacro %}