We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i restart cardano-node, it will replay whole block, but replay need too long time, about 10 hours. how to skip it ?
docker-compose
cardano-node: image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-9.1.0} environment: - NETWORK=${NETWORK:-mainnet} volumes: - ./node-ipc:/ipc - ./node-db:/node/db - ./config/network/${NETWORK:-mainnet}:/config entrypoint: cardano-node run --database-path /node/db --socket-path /ipc/node.socket --topology /config/cardano-node/topology.json --config /config/cardano-node/config.json networks: - ada-net
logs
[4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:09.26 UTC] Replayed block: slot 66182337 out of 133745329. Progress: 49.48% [4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:12.24 UTC] Replayed block: slot 66203988 out of 133745329. Progress: 49.50% [4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:14.23 UTC] Replayed block: slot 66225541 out of 133745329. Progress: 49.52% [4dab0472:cardano.node.ChainDB:Info:5] [2024-09-03 12:11:17.38 UTC] Replayed block: slot 66247184 out of 133745329. Progress: 49.53%
The text was updated successfully, but these errors were encountered:
We just released a new version with upgraded db-sync and cardano-node. Could you please try and see if this solves the issue for you? @RedheatWei
Sorry, something went wrong.
No branches or pull requests
Ask a question
when i restart cardano-node, it will replay whole block, but replay need too long time, about 10 hours.
how to skip it ?
docker-compose
logs
The text was updated successfully, but these errors were encountered: