docker-unifi-video icon indicating copy to clipboard operation
docker-unifi-video copied to clipboard

easy way to upgrade?

Open calebbarr opened this issue 7 years ago • 1 comments
trafficstars

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?

calebbarr avatar Aug 14 '18 04:08 calebbarr

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.

exsilium avatar Aug 14 '18 06:08 exsilium