Document upgrade/downgrade processes #2546
-
After reading the documentation I have the following questions regarding upgrade/downgrade processes:
Also, could be quite useful to know about compatibility guarantees between releases. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
It is possible only if you spin up another instance while the old one is still running and move traffic. We don't have it out of the box, since it's just a NodeJS app. Migrations, both up and down, are automatic (we had one issue in the past, 4.12, this was patched after a day). All data related to new features can be lost when downgrading.
We follow semantic versioning. Only in major releases you can expect breaking changes. We provide migration guides when needed. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, would be great to document the regular (w/ downtime) upgrade process for the helm chart installation. Just tried it from 2.7.2 to 2.8.0 and it fails because postgresql version changed and requires db upgrade. I tried to perform the upgrade and keep the postgresql version 11 as documented https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/, but it also failed because app couldn't connect to the db although the db pod was running, not sure where it went wrong... |
Beta Was this translation helpful? Give feedback.
It is possible only if you spin up another instance while the old one is still running and move traffic. We don't have it out of the box, since it's just a NodeJS app. Migrations, both up and down, are automatic (we had one issue in the past, 4.12, this was patched after a day). All data related to new features can be lost when downgrading.
We follow semantic versioning. Only in major releases you can expect breaking changes. We provide migration guides when needed.