-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
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.