Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 736 Bytes

migration.md

File metadata and controls

33 lines (20 loc) · 736 Bytes

Robonomics Migration guide

This short tutorial helps to upgrade Robonomics parachain testnet during version upgrade.

0.19.x -> 0.20.0

  1. Download precompiled binary from release.

  2. Wipe databases.

rm -rf $BASE_PATH/chains/robonomics/db
rm -rf $BASE_PATH/polkadot/db

where BASE_PATH=~/.local/share/robonomics/ by default.

  1. Launch new binary.

0.18.x -> 0.19.0

  1. Download precompiled binary from release.

  2. Wipe databases.

rm -rf $BASE_PATH/chains/robonomics/db
rm -rf $BASE_PATH/polkadot/db

where BASE_PATH=~/.local/share/robonomics/ by default.

  1. Launch new binary.