danhuawang opened a new pull request, #11121: URL: https://github.com/apache/gravitino/pull/11121
### What changes were proposed in this pull request? Add a "Upgrading via Helm Chart" section to the upgrade documentation (`docs/how-to-upgrade.md`), covering the end-to-end steps for upgrading a Gravitino deployment managed by the Helm chart. ### Why are the changes needed? Helm chart users currently have no documented upgrade path. Without guidance, users risk data loss (skipping the backup step), broken deployments (missing the `GRAVITINO_HOME` path change from `/root/gravitino` to `/opt/gravitino`), or failed schema migrations. This section closes that gap and reduces support burden. Fix: #11120 #11093 ### Does this PR introduce _any_ user-facing change? Documentation only. No API, configuration key, or behavioral changes. ### How was this patch tested? Documentation change — verified by following the steps manually against a local Helm chart upgrade from 1.2.0 to 1.3.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
