worldchain-mainnet: fix snapshot extraction tar flags #35
Reference in New Issue
Block a user
Delete Branch "issue-923"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix worldchain-mainnet snapshot extraction script to properly extract tarballs at the volume root.
Problem: Jul 5 snapshot extraction lacked
--strip-components=1, causing nested directory structure (reth/db/instead ofdb/), wasting ~4 hours on re-extraction and leaving the node slow-indexing.Changes:
scripts/worldchain-mainnet-snapshot-finish.shwithtar ... --strip-components=1soreth_full.tar.lz4landsdb/andstatic_files/at the volume root (matchingreseed.sh)Related:
env/op/worldchain/mainnet/reth.envwithWORLDCHAIN_MAINNET_RETH_STATE_CACHE=8192(vibe-node issue #923)
We don't want any snapshot download code in the compose repository that's the job of the onsite agent who does things like this manually.
Pull request closed