Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CYB-556 docs: 2.0.0 -> 2.0.1 #65

Merged
merged 1 commit into from
Jun 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/upgrade-1.x-to-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ directories).

* Update the daobet software installation either by your system package manager, or by pulling a docker image:
```
dpkg -i daobet_2.0.0-1_amd64.deb
dpkg -i daobet_2.0.1-1_amd64.deb
# OR
docker pull daocasino/daobet:v2.0.0-rc2
docker pull daocasino/daobet:v2.0.1
```

* Don't forget to enable block production either by setting `pause-on-startup` config option to `false` (before node
run), or by performing a HTTP GET-request to http://localhost:8888/v1/producer/resume (after node run).

* Run node (verson 2.0.0).
* Run node (verson 2.0.x).