Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix runbook for certificate hashes re-computation #1604

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/runbook/recompute-certificates-hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export CARDANO_NETWORK=**CARDANO_NETWORK**
export MITHRIL_DISTRIBUTION_LINUX_PKG=**MITHRIL_DISTRIBUTION_LINUX_PKG**
```

Here is an exmaple for the `release-mainnet` network:
Here is an example for the `release-mainnet` network:
```bash
export MITHRIL_VM=aggregator.release-mainnet.api.mithril.network
export CARDANO_NETWORK=mainnet
Expand Down Expand Up @@ -108,7 +108,7 @@ Then disconnect from the aggregator VM:
exit
```

## Databse rollback procedure
## Database rollback procedure

If the recomputation fails, you can rollback the database,and try again the process.

Expand Down
3 changes: 2 additions & 1 deletion docs/runbook/recompute-certificates-hash/config/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"snapshot_uploader_type": "local",
"genesis_verification_key": "-",
"era_adapter_type": "bootstrap",
"cardano_node_version": "-"
"cardano_node_version": "-",
"chain_observer_type": "cardano-cli"
}
Loading