From c59b7ed9bc9ea2c903a3b9d8b863c12af159ea31 Mon Sep 17 00:00:00 2001 From: Nold Date: Thu, 30 Mar 2023 09:28:23 +0200 Subject: [PATCH] feat(hass): postgres disabled full_page_writes [zfs optimization] --- projects/homeassistant/manifests/postgre.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/homeassistant/manifests/postgre.yaml b/projects/homeassistant/manifests/postgre.yaml index 6c9bbcf8..52af6488 100644 --- a/projects/homeassistant/manifests/postgre.yaml +++ b/projects/homeassistant/manifests/postgre.yaml @@ -11,6 +11,10 @@ spec: recovery: source: homeassistant + postgresql: + parameters: + full_page_writes: off + backup: barmanObjectStore: destinationPath: "s3://homeassistant-db/"