Skip to content

Commit db7c41b

Browse files
emphasize major upgrade steps to skip in minor upgrade (#2481)
addresses global-synchronizer-foundation/docs#21 (comment) Signed-off-by: Stephen Compall <[email protected]>
1 parent 9026829 commit db7c41b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/validator_operator/validator_upgrades.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ and major upgrades (this corresponds to an upgrade from ``0.B.X`` to
1515

1616
Minor upgrades can be done by each node independently and only require
1717
an upgrade of the docker-compose file or a ``helm upgrade`` for a
18-
kubernetes deployment. Make sure to read the :ref:`release_notes` to learn
18+
kubernetes deployment.
19+
You must not delete or uninstall any Postgres database, set migration IDs or secrets, or set the ``migrating`` flag for a minor upgrade; these steps are meant for major upgrades and will only cause problems here.
20+
Make sure to read the :ref:`release_notes` to learn
1921
about changes you may need to make as part of the upgrade.
2022

2123
Note that for docker-compose you must update the full bundle including

0 commit comments

Comments
 (0)