docker-unifi-video
docker-unifi-video copied to clipboard
easy way to upgrade?
the UI of the program is telling me an upgrade is available. (understandably) when i click on the button to install the upgrade, it tells me it's an illegal path. is there an easy fix to make the upgrade function work?
Hi @calebbarr . The short answer is - I don't know.
IMHO, the container itself should be considered disposable and stateless - based on that I haven't really looked into what would be needed to support the UI triggered upgrade functionality because I wouldn't be able to rebuild the image if the state has changed.
What I currently do is:
- I just stop the container
- rename it
- take a backup of the data host volumes
- launch a newer version of the container
As i've outlined in the readme as well, This process hasn't failed me yet and would be possible to script, if needed.