Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 683 Bytes

upgrade.md

File metadata and controls

21 lines (15 loc) · 683 Bytes

API Upgrades

⚠️ For upgrades to running instances of this repo, you'll need to run the API event-replay

Breaking API schema changes

Typically when there is a major version change in the Stacks Blockchain API, an event-replay import will be required

This file will need to be created using the export command, and will be stored in ./persistent-data/<network>/event-replay

$ ./manage.sh -n <network> -a export

Running Stacks Blockchain API event-replay

$ ./manage.sh -n <network> -a stop
$ ./manage.sh -n <network> -a import
$ ./manage.sh -n <network> -a restart