Add instructions for testnet2 deployment ops #31

Merged
nabarun merged 17 commits from pm-setup-stage2 into main 2024-10-30 12:05:55 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 266ce1c63a - Show all commits

View File

@ -38,7 +38,7 @@
docker run -it \
-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:

View File

@ -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
```
Note: Make sure the latest `cerc-io/laconicd` changes have been pulled
* Build the container images:
```bash
@ -346,7 +348,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
-v ./ops/stage2:/scripts \
cerc/laconicd:local bash -c "/scripts/upgrade-node-to-testnet2.sh"
cd $TESTNET_DEPLOYMENT
cd -
```
### Configuration