Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Upgrade from ACE 4.0 Beta to AC 4.0 GA

Adeptia recommend to fresh install AC4.0 GA and don't use standard upgrade path.

Standard upgrade path for AC 4.0 GA onward

From AC4.0 GA onward Adeptia will provide standard upgrade features for upgrading to newer release version of AC4. To upgrade to a higher version of Adeptia Connect, you need to do the following in the same order.

  1. Update the Helm repository.  
  2. Upgrade to the next version

Updating the Helm Repository

Before you start to move to next version, make sure that you have updated the Helm Repository. 

To update the Helm Repository, run the following command on the Helm CLI.

Code Block
languagecss
themeMidnight
helm repo update

Upgrading to the higher version

After you've updated the Helm Repository, run the following command on the Helm CLI.

Code Block
languagecss
themeMidnight
helm upgrade -i adeptia-connect adeptia/ -f adeptia/values.yaml -n < NAMESPACE > version.......

where,

  • adeptia-connect is the name you want to give to your deployment.
  • adeptia/ is path of the application within the adeptia repository.
Info
As there is a single application within the adeptia repository, the path will remain as adeptia/.
  • -f denotes file.
  • adeptia/values.yaml is the location of your values.yaml file.
  • -n denotes namespace.
  • <NAMESPACE> is the namespace the application will belong to in the Kubernetes Cluster.


Panel
borderStylesolid
titleYou may be interested in...
What is new
Application architecture
Key terms
Install
Usage scenarios