mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
feat(hass): postgres disabled full_page_writes [zfs optimization]
This commit is contained in:
parent
17358e687d
commit
c59b7ed9bc
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ spec:
|
|||
recovery:
|
||||
source: homeassistant
|
||||
|
||||
postgresql:
|
||||
parameters:
|
||||
full_page_writes: off
|
||||
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://homeassistant-db/"
|
||||
|
|
Loading…
Reference in a new issue