Upgrade Nected Version
Last updated
This guide explains how to upgrade your self-hosted Nected instance to a newer version using Helm. The upgrade process applies to any Kubernetes-based deployment and ensures that your services, configuration, and data remain intact during the version transition.
Before proceeding, ensure that you have:
Backed up your nected-values.yaml file.
Verified that all services are healthy using kubectl get pods.
Taken a backup of your PostgreSQL and Redis databases if upgrading across major versions.
To make sure you're using the latest Helm chart for Nected:
helm repo update nectedBefore upgrading, review the Nected Release Notes to:
Identify new configuration keys
Check for breaking changes
Note any deprecations or removals
Update your values files accordingly.
To upgrade the Nected core application, run:
This command will pull the latest Helm charts and apply them to your running cluster while preserving your configuration.
After the upgrade completes:
Run kubectl get pods to ensure all pods are in Running or Completed state.
Visit your UI domain (e.g., https://app.yourdomain.com) and verify the platform is accessible.
Optionally, inspect logs to validate post-upgrade stability:
If an issue occurs after upgrading, you can roll back to the previous stable release:
Use helm history <release-name> to list past revisions:
If you encounter issues or have upgrade-specific questions, contact the Nected team at assist@nected.ai.
Last updated
helm upgrade nected nected/nected -f values/nected-values.yamlkubectl logs -l app=nected-nalanda
kubectl logs -l app=nected-vidhaan-routerhelm rollback nected <REVISION_NUMBER>helm history nected