About a month ago I moved my HASS from a Raspi3 to a Synology DS1515+ with Docker. Since then I haven’t had any issue upgrading until .42.4.
Has anyone else had an issue or do I need to delete the container and rebuild it?
Thanks,
Joel
About a month ago I moved my HASS from a Raspi3 to a Synology DS1515+ with Docker. Since then I haven’t had any issue upgrading until .42.4.
Has anyone else had an issue or do I need to delete the container and rebuild it?
Thanks,
Joel
In Docker you should always be throwing out the old container and starting up a new one on the new version’s image. The design of using Docker doesn’t intend for you to upgrade applications inside a container; they should be considered ephemeral
That did it. I’m guessing that when I upgraded prior it just happened to work.
Thanks!
Sweet – yah, it should be possible to upgrade but I’d imagine you’ll eventually hit walls and you will end up with a container that’s larger than the base image. The images are in theory “minimized” to the app when built and HASS is ever-changing, so some bits may be missing/old/complicated.