### Documentation feedback <!-- Please do not edit or remove the following information --> - Page title: Rolling Upgrade - Page URL: https://cratedb.com/docs/guide/admin/upgrade/rolling.html - Source: https://github.com/crate/cratedb-guide/blob/main/docs/admin/upgrade/rolling.md --- At [step 1](https://cratedb.com/docs/guide/admin/upgrade/rolling.html#step-1-disable-allocations), we are not sure if this statement is sufficient. ```sql SET GLOBAL TRANSIENT "cluster.routing.allocation.enable" = 'new_primaries'; ``` The current thinking is that disabling auto-rebalancing would be a better option.
Documentation feedback
At step 1, we are not sure if this statement is sufficient.
The current thinking is that disabling auto-rebalancing would be a better option.