From 60b642727c99f9f3ec46618d76cfdc5494403f4b Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 22 Oct 2024 18:21:32 +0530 Subject: [PATCH] Update export chain state step to use laconicd stage1 image --- ops/stage1-to-stage2.md | 2 +- testnet-onboarding-validator.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ops/stage1-to-stage2.md b/ops/stage1-to-stage2.md index e97a622..30ba94c 100644 --- a/ops/stage1-to-stage2.md +++ b/ops/stage1-to-stage2.md @@ -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: diff --git a/testnet-onboarding-validator.md b/testnet-onboarding-validator.md index 29021ec..88dac3f 100644 --- a/testnet-onboarding-validator.md +++ b/testnet-onboarding-validator.md @@ -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