Question on inplace upgrades using helm charts #1477
Replies: 2 comments
-
|
Hi @bayer-veera, thanks for raising this. I can add an explicit chart upgrade runbook. Please share your helm values and current chart version so I can confirm the safest sequence. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @bayer-veera, thanks for your patience. In-place Helm upgrades have been significantly improved since the early releases. Here's the current guidance: Recommended upgrade procedure: # 1. Preview changes first (requires helm-diff plugin)
helm plugin install https://github.com/databus23/helm-diff
helm diff upgrade mcp-stack charts/mcp-stack -n mcp-private -f my-values.yaml
# 2. Upgrade
helm upgrade mcp-stack charts/mcp-stack -n mcp-private --wait --timeout 15m
# 3. If something goes wrong
helm rollback mcp-stack 1 -n mcpKnown issues with older upgrades:
Best practice: Always back up your database before major version upgrades. For PostgreSQL, the chart supports MinIO-backed backup/restore when In-place upgrades should work reliably from RC1 onward. If you're still experiencing issues on the latest release, please share the exact error and chart versions (source and target) and I'll help troubleshoot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have evaluating mcp-context-forge for my project. I started from 0.6.0. Everytime I had some trouble trying in-place upgrades using the helm chart then I will do a clean installation. Will this be supported after the major release?
Beta Was this translation helpful? Give feedback.
All reactions