How to upgrade from v2.1.x to v2.2.0
This is a step by step guide to upgrade from Boost v2.1.x to Boost v2.2.0
Boost v2.2.0 enables support for Direct Data Onbording (DDO) and no longer support legacy deals in any form. These changes resulted in some breaking changes in the configuration. Please follow the below steps to upgrade.
Please save you current configuration to a file with
boostd config updated --diff
Note down the asking price setting from the
boostd
UI.Pull the new stable release v2.2.0 or RC candidate v2.2.0-rcx
Rebuild the binaries with the new version
Stop
booster-http
,booster-bitswap
,boostd
andboostd-data
in that orderStart
boostd-data
service first.Start
boostd
after upgrade and shutdown after a successful startReview the
<boost repo>/config.toml
for configuration parameters saved in step 1 and update them if they have been reset to default values.Start
boostd
,booster-http
andbooster-bitswap
services.Restore the asking price setting from UI.
Last updated