From ecfbb2ac6e6e1e05a5378fa93a733b8184a86a93 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Tue, 20 Feb 2024 19:43:36 +0100 Subject: [PATCH] fixup! Postgres db macro --- ansible/plays/templates/macro/postgres.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/plays/templates/macro/postgres.j2 b/ansible/plays/templates/macro/postgres.j2 index e79fb86..2cab668 100644 --- a/ansible/plays/templates/macro/postgres.j2 +++ b/ansible/plays/templates/macro/postgres.j2 @@ -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 %}