[Node Operator Question] Syncing questions and switching from full to archival #396
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionHey! Im new to the OP stack and I want to run my own node. I have been reading documentation (specially node operators section) but there are a few questions I still have: Im using snap sync in my op-geth & op-node (pretty much the default configuration on both of them). Things are looking okay. My op-node is serving payloads for my op-geth to sync. (op-node logs Few questions:
Protocol Descriptionopgeth version: v1.101311.0 Node Logsop-node:
op-geth:
Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure about this, but it seems like this is the normal behavior. The To summarize, snap sync progresses in the following sequence:
source: https://geth.ethereum.org/docs/fundamentals/sync-modes#snap-sync
Full nodes keep all the block data of the most recent 128 blocks. Historical execution rpc requests beyond that need to go to an archive node.
This is right, you need to spin up a new archive node. There isn't a migration process, just a new sync.
Can you provide output so we can see? Is your node fully synced? General noteYou'll want to run the latest software versions, you can find them here. |
Beta Was this translation helpful? Give feedback.
I'm not sure about this, but it seems like this is the normal behavior. The
go-ethereum
snap sync docs say:To summarize, snap sync progresses in the following sequence:
source: https://geth.ethereum.org/docs/fundamentals/sync-modes#snap-sync