You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: