Upgrades
There are two types of upgrades:
Upgrades to a new minor version (given that we have not yet reached
1.0
, this corresponds to an upgrade from 0.A.X
to 0.A.Y
)
and major upgrades (this corresponds to an upgrade from 0.B.X
to
0.CY
).
Minor upgrades can be done by each node independently and only require
a helm upgrade
. Make sure to read the Release Notes to learn
about changes you may need to make as part of the upgrade.
Major upgrades require a more complex procedure procedure with network-wide coordination and downtime.
Comments