Recommendations before upgrading
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Before you start the upgrade process:
-
Read the MarkLogic documentation for details on upgrading MarkLogic.
-
Have the latest version of Helm installed.
-
Avoid using the
--reuse-valuesoption with the Helm upgrade to ensure the changes in the newvalues.yamlare merged into your release. -
Always use the
values.yamlfile using the-foption and avoid using the--setoption while installing and upgrading the chart. This ensures your release has all the new values. -
Upgrade the bootstrap host in the MarkLogic StatefulSet before any other node in the cluster. Because of this, the OnDelete upgrade strategy is recommended over the RollingUpgrade strategy. See Update Strategies for more information on upgrade strategies.
-
It is important to have a database backup in case of upgrade failure. See Backing Up and Restoring a Database.