Skip to main content

Upgrade

For first-time installation, start with Deployment paths to choose your setup path, and then continue with Platform installation.

This page covers upgrading an existing deployment.

Before upgrading

  • Review the release notes for breaking changes, migration steps, or required database changes.
  • Back up your databases before applying the upgrade.
  • Confirm that all pods are healthy before starting (kubectl get pods -n openlm).

Apply the upgrade

helm upgrade monohelm monohelm-<new-version>.tgz \
-f mono-values.yaml \
-n openlm

After upgrading

  • Monitor pod startup: kubectl get pods -n openlm -w
  • Verify core services are healthy and responding.
  • Validate data flows (license events, reporting pipeline, directory sync).
  • Check the platform UI for errors.

Rollback

If the upgrade causes issues, Helm supports rollback:

helm rollback monohelm -n openlm