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

Upgrade to release 0.2 #124

Closed
headdab opened this issue Oct 10, 2018 · 3 comments
Closed

Upgrade to release 0.2 #124

headdab opened this issue Oct 10, 2018 · 3 comments
Labels
question Further information is requested

Comments

@headdab
Copy link

headdab commented Oct 10, 2018

In issue #14, there was a discussion about whether removal of the data volumes was to be done when doing 'docker down'. As far as I can tell, the decision was to not remove the data volume. Is that correct?

Furthermore, it doesn't look like there haven't been any backward incompatible changes to the export format. Are there any issues that I need to be aware of when upgrading to 0.2 from 0.1?

Can I essentially do:

  • docker down
  • update master branch to 0.2
  • docker up
    ?

If not, can I download my tag XML from 0.1, update the running instance, and then upload the tag XML?

Thanks.

@nmanovic nmanovic added the question Further information is requested label Oct 10, 2018
@robgf
Copy link

robgf commented Oct 10, 2018

Not sure if this answers your question but I have done the equivalent to your steps. The volumes are preserved when you 'docker down' you can change to any other branch, I have then rebuilt the image, since bring down the image was to tweak it , and then used 'docker up' and everything you'd expect from the volume still works accounts, tasks...

@nmanovic
Copy link
Contributor

Hi @headdab ,

I cannot guarantee that it is safe but internally we did the same. The tool is built on Django and relies on "migration" from the framework. Please backup your database before such manipulations to be able to restore in case of any problems.

Does it answer your question?

@headdab
Copy link
Author

headdab commented Oct 11, 2018

Yes. Thanks for the responses.
I backed it up, but everything seems to be fine with a restore.

@headdab headdab closed this as completed Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants