Closed
Description
currently to upgrade our node require 5 steps: https://github.com/iotexproject/iotex-bootstrap
user not only need to upgrade image, but also yaml config. sometime they forgot to upgrade yaml of upgrade to wrong version.
so we want to have a way to pin current desired build.
and just let user to run one command to
- stop old docker
- pull image
- pull new config
- there are two field in old config need to feed in new config (externalHost, producerPrivKey)
- run new node docker
something like io-upgrade old-config.yaml