Add instructions for testnet2 deployment ops #31
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v $STAGE1_DEPLOYMENT/data/laconicd-data:/root/.laconicd \
|
-v $STAGE1_DEPLOYMENT/data/laconicd-data:/root/.laconicd \
|
||||||
cerc/laconicd:local bash -c "laconicd export | jq > /root/.laconicd/stage1-state.json"
|
cerc/laconicd-stage1:local bash -c "laconicd export | jq > /root/.laconicd/stage1-state.json"
|
||||||
```
|
```
|
||||||
|
|
||||||
* Archive the state and node config and keys:
|
* Archive the state and node config and keys:
|
||||||
|
@ -314,6 +314,8 @@ laconic-so deployment --dir testnet-laconicd-deployment start
|
|||||||
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories and re-run the command
|
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories and re-run the command
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: Make sure the latest `cerc-io/laconicd` changes have been pulled
|
||||||
|
|
||||||
* Build the container images:
|
* Build the container images:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -346,7 +348,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
|
|||||||
-v ./ops/stage2:/scripts \
|
-v ./ops/stage2:/scripts \
|
||||||
cerc/laconicd:local bash -c "/scripts/upgrade-node-to-testnet2.sh"
|
cerc/laconicd:local bash -c "/scripts/upgrade-node-to-testnet2.sh"
|
||||||
|
|
||||||
cd $TESTNET_DEPLOYMENT
|
cd -
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user