|
I've just started with the self-hosted version using Docker and pining a specific tag. When you push new images to your Docker Hub, can I simply stop the app, change the tag number to a newer image and restart it? Do you offer backward compatibility with the previous version (or based in SemVer maybe?). What to do if a major version with breaking changes is released? Would it be possible to upgrade seamlessly? |
Answered by
JanCizmar
Sep 23, 2024
Replies: 1 comment 2 replies
|
Hey! Yeah, you can just change the version number to newer image and restart. Downgrading is not recommended, since database migrations are run, and there is no way how to run them reversly. |
2 replies
Answer selected by
JanCizmar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Yeah, you can just change the version number to newer image and restart. Downgrading is not recommended, since database migrations are run, and there is no way how to run them reversly.