Nected Docs
Try Nected For Free
  • 5 min QuickStart Guide
  • Getting Started
    • Introduction
    • Core Concepts
    • Use Cases
    • Tech Architecture
    • FAQs
  • INTEGRATIONS
    • Overview
    • Integrations Libraries
      • PostGres
      • MySQL
      • Oracle
      • MS SQL Server
      • Snowflake
      • MongoDB
      • RedShift
      • REST API
      • Google Sheets
      • Slack
    • Managing Integrations
  • DATASETS
    • Overview
    • Managing Dataset
  • Rules
    • Overview
    • Rule Types
      • SimpleRule
      • DecisionTable
      • Ruleset
      • Rule Chain
    • Rule Conditions
    • Rule Actions
    • Concepts
      • Rule Result
      • Test & Publish Rules
    • Add Input Attributes
      • JSON Input Attributes
      • List Input Attributes
  • Triggers
    • Trigger Rule via API
    • Trigger Rule via WebHook
    • Trigger Workflow via API
    • Trigger Workflow via WebHook
    • Scheduler
    • Rule Response Format
  • Workflow
    • Overview
    • Managing Workflow
    • Add Node
      • Action Nodes
        • Rule Node
        • Workflow Node
        • Custom Code Node
        • Database Node
        • REST API Node
      • Control Nodes
        • Loop Node
        • Delay Node
        • Response Node
        • Set Variables Node
        • Switch Block
    • Test & Publish Workflows
  • CODE AND DATABASE QUERIES
    • JavaScript Editor
    • Formula Editor
    • JSON Editor
    • List Editor
    • Excel-like Function
  • Embedded System
    • White-Labelling
    • Embeddable View
  • Self Hosting
    • Overview
    • Infrastructure Sizing
    • New Installation
      • Docker
      • Kubernetes
        • Set Up Kubernetes Cluster on AWS EKS
    • Additional Configuration
      • High Availability
      • Email Setup Guide
    • Upgrade Nected Version
  • Security
    • API Authentication
      • OAuth as part of Authentication under REST API
    • Role Based Access Control (RBAC)
    • SOC 2 Type 2, GDPR, ISO Compliance
  • Audit
    • Audit Trail
    • Approval Flow
    • Version Control & Rollback
    • Import/Export
  • Management API
    • Audit Log API
    • Global Variable API
  • References
    • Attribute Library
    • Global Variables
    • Pre-Configured Tokens
    • Pre-Configured Operators
    • NULL Value Handling/Behavior
    • Troubleshooting Errors
      • Multiple Tabs/Users Edits
      • Limits in Nected
    • Allowed Status Combinations
    • Environments
    • Usage Widget
    • Gen AI
  • ACCOUNT SETTINGS
    • Workspace Setting
      • Date Format and Timezone Settings
Powered by GitBook
On this page
  • Step 1: Update the Latest Helm Chart
  • Step 2: Review the Change Log
  • Step 3: Apply the Upgrade
  • Step 4: Verify the Upgrade
  • Rollback (if needed)
  • Need Help?
  1. Self Hosting

Upgrade Nected Version

PreviousEmail Setup GuideNextAPI Authentication

Last updated 1 day ago

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.

Step 1: Update the Latest Helm Chart

To make sure you're using the latest Helm chart for Nected:

helm repo update nected

Step 2: Review the Change Log

Before upgrading, review the to:

  • Identify new configuration keys

  • Check for breaking changes

  • Note any deprecations or removals

Update your values files accordingly.

Step 3: Apply the Upgrade

To upgrade the Nected core application, run:

helm upgrade nected nected/nected -f values/nected-values.yaml

This command will pull the latest Helm charts and apply them to your running cluster while preserving your configuration.


Step 4: Verify the Upgrade

After the upgrade completes:

  1. Run kubectl get pods to ensure all pods are in Running or Completed state.

  2. Visit your UI domain (e.g., https://app.yourdomain.com) and verify the platform is accessible.

  3. Optionally, inspect logs to validate post-upgrade stability:

kubectl logs -l app=nected-nalanda
kubectl logs -l app=nected-vidhaan-router

Rollback (if needed)

If an issue occurs after upgrading, you can roll back to the previous stable release:

helm rollback nected <REVISION_NUMBER>

Use helm history <release-name> to list past revisions:

helm history nected

Need Help?

If you encounter issues or have upgrade-specific questions, contact the Nected team at .

Nected Release Notes
assist@nected.ai