-
Hi folks, wondering if I can get some guidance on how to properly update the server via a docker container please? Apologies if this is a noob-level question! I have the following bash script which I amended from the one I use for HA, but on running it today although it worked I lost all my settings, library etc, which doesn't happen in HA. As far as I can tell from reading around the I was updating from 2.0.0b62 to 2.0.0b67 in case that's relevant.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think there was answer on discord about this. It was said
|
Beta Was this translation helpful? Give feedback.
-
as a worthwhile consideration, Podman allows you to use systemd to manage an auto update service. This way you dont have to worry about doing anything, just create a file after running this command editing where you /data volume exists outside the container:
then
|
Beta Was this translation helpful? Give feedback.
I think there was answer on discord about this. It was said
make sure the datadir is a peristent volume if you're using docker yourself. If you look for more easy of maintenance, maybe Home Assistant OS is a good candidate as an all-in-one appliance.