From eeafb6dc2b390cea4f960e5815da1b5fca4fb34c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 9 Oct 2022 19:27:36 -0400 Subject: [PATCH] Set data retention policy for MariaDB --- configuration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index a7b5670..28b63ab 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -68,4 +68,5 @@ climate: k1: !secret master_bedroom_ac_key recorder: - db_url: !secret mariadb_url \ No newline at end of file + db_url: !secret mariadb_url + purge_keep_days: 30 \ No newline at end of file