Hi,
I just noted the following message in the supervisor section. I am running Debian not sure why its unsupported. Anyway, what is the repercussion of running an unsupported version and what can I do to have supported version?
It is the docker logging causing this. See the debian 10 guide for instructions to fix
Yes.near the end… search for json. Sorry on ipad…
np
I dont have a file /etc/docker/daemon.json …i Just have key.json.
So I need to create a new file with the following?
{
“storage-driver”: “overlay2”
},
{
“log-driver”: “journald”
}
or this:
{
“log-driver”: “journald”,
“storage-driver”: “overlay2”
}
Yes and then restart the host is the easiest way… restarting docker alone won’t reload HA properly
which one of the two formats I should use?
problem solved by adding file:
/etc/docker/daemon.json
with the following content:
{
“log-driver”: “journald”,
“storage-driver”: “overlay2”
}
and Host Restart
Running the installation script again does the same thing.
https://github.com/home-assistant/supervised-installer/blob/70a1f2c2d903894ccd9e757b3e06fc56e8ebc8e5/installer.sh#L46-L52
I have added the file as indicated and rebooted the host but HA is still reporting
My HA is installed in a docker using the same script as above.
Does it means that this method is not supported?
What method?
Sorry. I meant using the script form that link
[https://github.com/home-assistant/supervised-installer]
The script is supported. The installation only when run on Debian 10.
I am on Debian 9.13
So may be that is why it says not supported?
Or it was not exactly that script that I run but a older version.
That will be the reason. HA supervisor now checks your OS and docker environment, if not everything according to ADR0014, it shows an unsupported message.
Thanks for the confirmation. Will look into updating the Debian 10. Need to read first as the OS was installed when I installed OMV on the box.