Upgrading from 2.0.0.0 version to current version

When upgrading to a new helm chart version you can use the helm upgrade command. This will also most likely be upgrading the version of OneDB database server. For example. Upgrading helm chart version 0.3.52 to 0.4.12 is an upgrade from OneDB 2.0.0.0 to OneDB 2.0.1.0.

When upgrading to a new helm chart version you can use the helm upgrade command. This will also most likely be upgrading the version of OneDB database server. For example. Upgrading helm chart version 0.3.52 to 0.4.12 is an upgrade from OneDB 2.0.0.0 to OneDB 2.0.1.0.

helm install onedb-v1  -f myvalues.yaml production-onedb-0.3.52
To upgrade to helm chart production-onedb-0.4.12, helm chart version 0.4.12 running OneDB 2.0.1.0, run the following helm upgrade command.
helm upgrade onedb-v1  -f myvalues.yaml production-onedb-0.4.12

In the above example, the helm chart production-onedb-0.3.52 is used for the OneDB 2.0.0.0 OneDB product. And the helm upgrade command upgrades the helm chart to production-onedb-0.4.12 which the helm chart running OneDB 2.0.1.0.