mirror of
https://github.com/nold360/hive-apps
synced 2025-01-05 13:07:56 +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:
|
recovery:
|
||||||
source: homeassistant
|
source: homeassistant
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
parameters:
|
||||||
|
full_page_writes: off
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: "s3://homeassistant-db/"
|
destinationPath: "s3://homeassistant-db/"
|
||||||
|
|
Loading…
Reference in a new issue