Skip to content

Commit

Permalink
update upgrader docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed May 20, 2022
1 parent ff6479d commit 0d141c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools-bash/upgrade/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ The command upgrades a node
sudo ./src/node.sh upgrade
```

### Perform an upgrade bypassing the exporting and migrating of the genesis
The command upgrades a node by using an external genesis. This option cannot be used unless the upgraded network has started producing blocks
```
sudo ./src/node.sh upgrade-with-predefined-genesis
```


## Gravity

Gravity script has following usage:
Expand Down

0 comments on commit 0d141c1

Please sign in to comment.