Is it possible to configure Hass.io to save the logs etc. to a NAS rather than to the Raspberry Pi SD card?
I’m trying to save the card from excessive wear until Hass.io supports running from a USB SSD
Is it possible to configure Hass.io to save the logs etc. to a NAS rather than to the Raspberry Pi SD card?
I’m trying to save the card from excessive wear until Hass.io supports running from a USB SSD
Depends on your NAS! Can you use Docker? Then you could run a MariaDB and configure HA to record to that.
On the other hand, then you could also run HA in a Docker
Looks like I’ll have to get my head around Docker!
I have a QNAP unit that can run Docker but I have no experience of it so was hoping to be able to use it as a network share of some type. I know I can run HASS on it but hope to use the GPIO pins of the Pi so don’t think that is an option.
I’ll also read up on MariaDB!
Thanks.