Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy way to upgrade? #9

Open
calebbarr opened this issue Aug 14, 2018 · 1 comment
Open

easy way to upgrade? #9

calebbarr opened this issue Aug 14, 2018 · 1 comment

Comments

@calebbarr
Copy link

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?

@exsilium
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants